/PHP-8.3/ext/curl/ |
H A D | interface.c | 451 php_curl *ch; in curl_clone_obj() local 1074 php_curl *ch; in init_curl_handle_into_zval() local 1188 php_curl *ch; in PHP_FUNCTION() local 1627 php_curl *ch; in PHP_FUNCTION() local 2489 php_curl *ch; in PHP_FUNCTION() local 2536 php_curl *ch; in PHP_FUNCTION() local 2589 php_curl *ch; in PHP_FUNCTION() local 2862 php_curl *ch; in PHP_FUNCTION() local 2887 php_curl *ch; in PHP_FUNCTION() local 2903 php_curl *ch; in PHP_FUNCTION() local [all …]
|
H A D | multi.c | 85 php_curl *ch; in PHP_FUNCTION() local 155 php_curl *ch; in PHP_FUNCTION() local 230 php_curl *ch; in PHP_FUNCTION() local 254 php_curl *ch; in PHP_FUNCTION() local 282 php_curl *ch; in PHP_FUNCTION() local 337 php_curl *ch = Z_CURL_P(pz_ch); in PHP_FUNCTION() local 384 php_curl *ch; in _php_server_push_callback() local 551 php_curl *ch; in curl_multi_free_obj() local
|
/PHP-8.3/ext/standard/ |
H A D | scanf.c | 139 char *ch, start; in BuildCharSet() local 240 char ch = (char) c; in CharInSet() local 311 char *end, *ch = NULL; in ValidateFormat() local 589 char *ch, sch; in php_sscanf_internal() local
|
H A D | crc32.h | 24 #define CRC32(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff]) argument
|
H A D | crypt_freesec.c | 182 ascii_to_bin(char ch) in ascii_to_bin() 203 ascii_is_unsafe(char ch) in ascii_is_unsafe()
|
/PHP-8.3/main/ |
H A D | spprintf.c | 114 #define INS_CHAR(xbuf, ch, is_char) do { \ argument 130 #define PAD_CHAR(xbuf, ch, count, is_char) do { \ argument
|
H A D | snprintf.c | 463 #define PAD( width, len, ch ) do \ argument
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_substitute.c | 119 uint32_t ch; in find_text_end() local 508 uint32_t ch; in pcre2_substitute() local
|
H A D | pcre2_internal.h | 1831 #define REAL_GET_UCD(ch) (PRIV(ucd_records) + \ argument 1836 #define GET_UCD(ch) ((ch > MAX_UTF_CODE_POINT)? \ argument 1839 #define GET_UCD(ch) REAL_GET_UCD(ch) argument 1850 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype argument 1851 #define UCD_SCRIPT(ch) GET_UCD(ch)->script argument 1852 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] argument 1853 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop argument 1854 #define UCD_CASESET(ch) GET_UCD(ch)->caseset argument 1856 #define UCD_SCRIPTX(ch) UCD_SCRIPTX_PROP(GET_UCD(ch)) argument 1857 #define UCD_BPROPS(ch) UCD_BPROPS_PROP(GET_UCD(ch)) argument [all …]
|
H A D | pcre2_printint.c | 741 PCRE2_UCHAR ch; in pcre2_printint() local
|
H A D | pcre2_match.c | 1070 uint32_t ch; in match() local 1092 uint32_t ch; in match() local 1117 uint32_t ch = Fecode[1]; in match() local
|
/PHP-8.3/Zend/ |
H A D | zend_smart_str.h | 122 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, bool persistent) { in smart_str_appendc_ex() 182 static zend_always_inline void smart_str_appendc(smart_str *dest, char ch) in smart_str_appendc()
|
H A D | zend_ini_scanner.l | 126 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
|
H A D | zend_smart_string.h | 79 static zend_always_inline void smart_string_appendc_ex(smart_string *dest, char ch, bool persistent… in smart_string_appendc_ex()
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_gd2.c | 58 int ch; in _gd2GetHeader() local 353 int ch; in gdImageCreateFromGd2Ctx() local 442 unsigned int ch; in gdImageCreateFromGd2PartCtx() local
|
H A D | gd_xbm.c | 45 int ch; in gdImageCreateFromXbm() local
|
H A D | gd_gd.c | 193 int ch; in gdImageCreateFromGdCtx() local
|
H A D | gdft.c | 307 int ch, total, trail; in gdTcl_UtfToUniChar() local 839 int len, i = 0, ch; local
|
/PHP-8.3/ext/ftp/ |
H A D | ftp.c | 990 int ch; in ftp_put() local 1072 int ch; in ftp_append() local 1983 int ch, lastch; in ftp_genlist() local 2267 int ch; in ftp_nb_continue_write() local
|
/PHP-8.3/ext/soap/ |
H A D | php_xml.c | 69 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
|
/PHP-8.3/sapi/cli/ |
H A D | php_http_parser.c | 261 char ch; in php_http_parser_execute() local
|
/PHP-8.3/sapi/litespeed/ |
H A D | lsapilib.c | 2216 char ch = toupper( *pKey ); in GetHeaderVar() local 2396 char ch = *pKey++; in LSAPI_ForeachHeader_r() local 2510 char ch = *(pHeaderName + nameLen - 1 ); in LSAPI_AppendRespHeader2_r() local 2520 char ch = *(pHeaderValue + valLen - 1 ); in LSAPI_AppendRespHeader2_r() local 2560 char ch = *(pBuf + len - 1 ); in LSAPI_AppendRespHeader_r() local 3968 char ch; in LSAPI_Init_Env_Parameters() local
|
/PHP-8.3/ext/ffi/ |
H A D | ffi_parser.c | 250 size_t yy_escape(char *buf, unsigned char ch) in yy_escape() 279 const char *yy_escape_char(char *buf, unsigned char ch) in yy_escape_char() 372 int ch; in get_skip_sym() local
|
H A D | php_ffi.h | 201 signed char ch; member
|
/PHP-8.3/win32/ |
H A D | glob.c | 831 static Char *g_strchr(Char *str, int ch) in g_strchr()
|