/PHP-8.0/win32/ |
H A D | cp_enc_map_gen.c | 5 struct cp { struct 12 static const struct cp cp_map[] = { argument 174 DWORD cp; in main() local
|
H A D | codepage.c | 34 …char_t *php_win32_cp_to_w_int(const char* in, size_t in_len, size_t *out_len, UINT cp, DWORD flags) in php_win32_cp_to_w_int() 92 PW32CP wchar_t *php_win32_cp_conv_to_w(DWORD cp, DWORD flags, const char* in, size_t in_len, size_t… in php_win32_cp_conv_to_w() 210 …r *php_win32_cp_from_w_int(const wchar_t* in, size_t in_len, size_t *out_len, UINT cp, DWORD flags) in php_win32_cp_from_w_int() 269 PW32CP char *php_win32_cp_conv_from_w(DWORD cp, DWORD flags, const wchar_t* in, size_t in_len, size… in php_win32_cp_conv_from_w() 341 const struct php_win32_cp *cp = &php_win32_cp_map[i]; in php_win32_cp_get_by_enc() local 514 const struct php_win32_cp *cp; in php_win32_cp_cli_do_setup() local 562 const struct php_win32_cp *cp; in PHP_FUNCTION() local 602 const struct php_win32_cp *cp = php_win32_cp_get_current(); in PHP_FUNCTION() local
|
H A D | inet.c | 19 int inet_aton(const char *cp, struct in_addr *inp) { in inet_aton()
|
/PHP-8.0/ext/intl/uchar/ |
H A D | uchar.c | 52 UChar32 cp; in IC_METHOD() local 73 UChar32 cp; in IC_METHOD() local 85 UChar32 cp; in IC_METHOD() local 105 UChar32 cp; in IC_METHOD() local 149 UChar32 cp; in IC_METHOD() local 202 UChar32 cp; in IC_METHOD() local 214 UChar32 cp; in IC_METHOD() local 389 UChar32 cp, ret; in IC_METHOD() local 418 UChar32 cp; in IC_METHOD() local 458 UChar32 cp; in IC_METHOD() local [all …]
|
/PHP-8.0/ext/standard/ |
H A D | flock_compat.c | 162 int inet_aton(const char *cp, struct in_addr *ap) in inet_aton()
|
H A D | dns.c | 435 static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store,… in php_parserr() 812 u_char *cp = NULL, *end = NULL; in PHP_FUNCTION() local 1044 u_char *cp, *end; in PHP_FUNCTION() local
|
H A D | crypt_sha256.c | 340 char *cp; in php_sha256_crypt_r() local 728 char *cp = php_sha256_crypt(tests2[cnt].input, tests2[cnt].salt); in main() local
|
H A D | crypt_sha512.c | 373 char *cp; in php_sha512_crypt_r() local 795 char *cp = php_sha512_crypt(tests2[cnt].input, tests2[cnt].salt); in main() local
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_dfa_match.c | 1171 const uint32_t *cp; in internal_dfa_match() local 1429 const uint32_t *cp; in internal_dfa_match() local 1670 const uint32_t *cp; in internal_dfa_match() local 1936 const uint32_t *cp; in internal_dfa_match() local
|
H A D | pcre2_match.c | 435 uint32_t cc, cp; in match_ref() local 2420 const uint32_t *cp; in match() local 2765 const uint32_t *cp; in match() local 3517 const uint32_t *cp; in match() local 4038 const uint32_t *cp; in match() local
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_env.c | 28 char *cp; in setenv() local
|
/PHP-8.0/ext/com_dotnet/ |
H A D | com_dotnet.c | 231 zend_long cp = GetACP(); in PHP_METHOD() local
|
H A D | com_com.c | 51 zend_long cp = GetACP(); in PHP_METHOD() local
|
/PHP-8.0/ext/curl/ |
H A D | interface.c | 1232 CURL *cp; in curl_clone_obj() local 1633 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug() 1853 CURL *cp; in PHP_FUNCTION() local 2175 CURL *cp; in PHP_FUNCTION() local
|
H A D | curl_private.h | 99 CURL *cp; member
|
/PHP-8.0/ext/standard/html_tables/ |
H A D | html_table_gen.php | 196 $cp = $i << 6 | $j; variable
|
/PHP-8.0/ext/pdo_firebird/ |
H A D | firebird_statement.c | 212 char *cp; in firebird_stmt_describe() local
|
/PHP-8.0/ext/mbstring/ |
H A D | mbstring.c | 1409 static inline int php_mb_check_code_point(zend_long cp) in php_mb_check_code_point() 4038 zend_long cp; in php_mb_ord() local 4068 zend_long cp; in PHP_FUNCTION() local 4095 static inline zend_string *php_mb_chr(zend_long cp, zend_string *enc_name, uint32_t enc_name_arg_nu… in php_mb_chr() 4180 zend_long cp; in PHP_FUNCTION() local
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.h | 327 unsigned int *cp = (unsigned int *)buffer; in dasm_encode() local
|
H A D | dasm_ppc.h | 331 unsigned int *cp = (unsigned int *)buffer; in dasm_encode() local
|
H A D | dasm_arm.h | 348 unsigned int *cp = (unsigned int *)buffer; in dasm_encode() local
|
H A D | dasm_arm64.h | 404 unsigned int *cp = (unsigned int *)buffer; in dasm_encode() local
|
H A D | dasm_x86.h | 382 unsigned char *cp = base; in dasm_encode() local
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 798 char *cp; in mprint() local
|