|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <assert.h>#include "php.h"#include "SAPI.h"#include <emmintrin.h>#include "win32/console.h"#include "cp_enc_map.c"Go to the source code of this file.
Macros | |
| #define | ASCII_FAIL_RETURN() |
Variables | |
| ZEND_TLS const struct php_win32_cp * | cur_cp = NULL |
| ZEND_TLS const struct php_win32_cp * | orig_cp = NULL |
| ZEND_TLS const struct php_win32_cp * | cur_out_cp = NULL |
| ZEND_TLS const struct php_win32_cp * | orig_out_cp = NULL |
| ZEND_TLS const struct php_win32_cp * | cur_in_cp = NULL |
| ZEND_TLS const struct php_win32_cp * | orig_in_cp = NULL |
| #define ASCII_FAIL_RETURN | ( | ) |
Definition at line 101 of file codepage.c.
| PHP_FUNCTION | ( | sapi_windows_cp_conv | ) |
Definition at line 658 of file codepage.c.
| PHP_FUNCTION | ( | sapi_windows_cp_get | ) |
Definition at line 622 of file codepage.c.
| PHP_FUNCTION | ( | sapi_windows_cp_is_utf8 | ) |
Definition at line 647 of file codepage.c.
| PHP_FUNCTION | ( | sapi_windows_cp_set | ) |
Definition at line 593 of file codepage.c.
| PW32CP const struct php_win32_cp * php_win32_cp_cli_do_restore | ( | DWORD | id | ) |
Definition at line 571 of file codepage.c.
| PW32CP const struct php_win32_cp * php_win32_cp_cli_do_setup | ( | DWORD | id | ) |
Definition at line 546 of file codepage.c.
| PW32CP wchar_t * php_win32_cp_conv_ascii_to_w | ( | const char * | in, |
| size_t | in_len, | ||
| size_t * | out_len ) |
Definition at line 106 of file codepage.c.
| PW32CP wchar_t * php_win32_cp_conv_cur_to_w | ( | const char * | in, |
| size_t | in_len, | ||
| size_t * | out_len ) |
Definition at line 87 of file codepage.c.
| PW32CP char * php_win32_cp_conv_from_w | ( | DWORD | cp, |
| DWORD | flags, | ||
| const wchar_t * | in, | ||
| size_t | in_len, | ||
| size_t * | out_len ) |
Definition at line 303 of file codepage.c.
| PW32CP wchar_t * php_win32_cp_conv_to_w | ( | DWORD | cp, |
| DWORD | flags, | ||
| const char * | in, | ||
| size_t | in_len, | ||
| size_t * | out_len ) |
Definition at line 96 of file codepage.c.
| PW32CP wchar_t * php_win32_cp_conv_utf8_to_w | ( | const char * | in, |
| size_t | in_len, | ||
| size_t * | out_len ) |
Definition at line 82 of file codepage.c.
| PW32CP char * php_win32_cp_conv_w_to_cur | ( | const wchar_t * | in, |
| size_t | in_len, | ||
| size_t * | out_len ) |
Definition at line 294 of file codepage.c.
| PW32CP char * php_win32_cp_conv_w_to_utf8 | ( | const wchar_t * | in, |
| size_t | in_len, | ||
| size_t * | out_len ) |
Definition at line 289 of file codepage.c.
| PW32CP const struct php_win32_cp * php_win32_cp_do_setup | ( | const char * | enc | ) |
Definition at line 497 of file codepage.c.
| PW32CP const struct php_win32_cp * php_win32_cp_do_update | ( | const char * | enc | ) |
Definition at line 526 of file codepage.c.
| PW32CP wchar_t * php_win32_cp_env_any_to_w | ( | const char * | env | ) |
Definition at line 428 of file codepage.c.
| PW32CP const struct php_win32_cp * php_win32_cp_get_by_enc | ( | const char * | enc | ) |
Definition at line 364 of file codepage.c.
| PW32CP const struct php_win32_cp * php_win32_cp_get_by_id | ( | DWORD | id | ) |
Definition at line 338 of file codepage.c.
| PW32CP const struct php_win32_cp * php_win32_cp_get_current | ( | void | ) |
Definition at line 328 of file codepage.c.
| PW32CP const struct php_win32_cp * php_win32_cp_get_orig | ( | void | ) |
Definition at line 333 of file codepage.c.
| PW32CP const struct php_win32_cp * php_win32_cp_set_by_id | ( | DWORD | id | ) |
Definition at line 407 of file codepage.c.
| PW32CP const struct php_win32_cp * php_win32_cp_shutdown | ( | void | ) |
Definition at line 540 of file codepage.c.
Definition at line 423 of file codepage.c.
| ZEND_TLS const struct php_win32_cp* cur_cp = NULL |
Definition at line 29 of file codepage.c.
| ZEND_TLS const struct php_win32_cp* cur_in_cp = NULL |
Definition at line 33 of file codepage.c.
| ZEND_TLS const struct php_win32_cp* cur_out_cp = NULL |
Definition at line 31 of file codepage.c.
| ZEND_TLS const struct php_win32_cp* orig_cp = NULL |
Definition at line 30 of file codepage.c.
| ZEND_TLS const struct php_win32_cp* orig_in_cp = NULL |
Definition at line 34 of file codepage.c.
| ZEND_TLS const struct php_win32_cp* orig_out_cp = NULL |
Definition at line 32 of file codepage.c.