/PHP-7.2/ext/curl/ |
H A D | interface.c | 1974 php_curl *ch; in PHP_FUNCTION() local 2951 php_curl *ch; in PHP_FUNCTION() local 2981 php_curl *ch; in PHP_FUNCTION() local 3031 php_curl *ch; in PHP_FUNCTION() local 3087 php_curl *ch; in PHP_FUNCTION() local 3301 php_curl *ch; in PHP_FUNCTION() local 3325 php_curl *ch; in PHP_FUNCTION() local 3344 php_curl *ch; in PHP_FUNCTION() local 3523 php_curl *ch; in PHP_FUNCTION() local 3553 php_curl *ch; in PHP_FUNCTION() local [all …]
|
H A D | multi.c | 81 php_curl *ch; in PHP_FUNCTION() local 115 php_curl *ch; in _php_curl_multi_cleanup_list() local 170 php_curl *ch; in PHP_FUNCTION() local 282 php_curl *ch; in PHP_FUNCTION() local 311 php_curl *ch; in PHP_FUNCTION() local 342 php_curl *ch; in PHP_FUNCTION() local 417 php_curl *ch; in _php_curl_multi_close() local 490 php_curl *ch; in _php_server_push_callback() local
|
/PHP-7.2/ext/standard/ |
H A D | scanf.c | 143 char *ch, start; in BuildCharSet() local 244 char ch = (char) c; in CharInSet() local 315 char *end, *ch = NULL; in ValidateFormat() local 593 char *ch, sch; in php_sscanf_internal() local
|
H A D | crc32.h | 28 #define CRC32(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff]) argument
|
H A D | base64.c | 133 int ch, i = 0, j = 0, padding = 0; in php_base64_decode_ex() local
|
H A D | crypt_freesec.c | 188 ascii_to_bin(char ch) in ascii_to_bin() 209 ascii_is_unsafe(char ch) in ascii_is_unsafe()
|
/PHP-7.2/ext/gd/ |
H A D | gd_ctx.c | 31 unsigned char ch = (unsigned char) c; in _php_image_output_putc() local 48 char ch = (char) c; in _php_image_stream_putc() local
|
/PHP-7.2/TSRM/ |
H A D | tsrm_strtok_r.c | 6 static inline int in_character_class(char ch, const char *delim) in in_character_class()
|
/PHP-7.2/main/ |
H A D | spprintf.c | 124 #define INS_CHAR(xbuf, ch, is_char) do { \ argument 140 #define PAD_CHAR(xbuf, ch, count, is_char) do { \ argument
|
H A D | snprintf.c | 573 #define PAD( width, len, ch ) do \ argument 585 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
|
/PHP-7.2/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 | 47 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 829 int len, i = 0, ch; local
|
/PHP-7.2/ext/ftp/ |
H A D | ftp.c | 991 int ch; in ftp_put() local 1074 int ch; in ftp_append() local 1992 int ch, lastch; in ftp_genlist() local 2271 int ch; in ftp_nb_continue_write() local
|
/PHP-7.2/sapi/litespeed/ |
H A D | lscriu.c | 261 char ch; in LSCRIU_load_liblscapi() local 664 char ch; in LSCRIU_Init_Env_Parameters() local
|
H A D | lsapilib.c | 2193 char ch = toupper( *pKey ); in GetHeaderVar() local 2373 char ch = *pKey++; in LSAPI_ForeachHeader_r() local 2487 char ch = *(pHeaderName + nameLen - 1 ); in LSAPI_AppendRespHeader2_r() local 2497 char ch = *(pHeaderValue + valLen - 1 ); in LSAPI_AppendRespHeader2_r() local 2537 char ch = *(pBuf + len - 1 ); in LSAPI_AppendRespHeader_r() local 3710 char ch; in LSAPI_Init_Env_Parameters() local
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | pcre_printint.c | 709 pcre_uchar ch; in pcre_printint() local
|
/PHP-7.2/Zend/ |
H A D | zend_ini_scanner.l | 127 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
|
H A D | zend_smart_str.h | 102 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, zend_bool persistent)… in smart_str_appendc_ex()
|
H A D | zend_smart_string.h | 109 static zend_always_inline void smart_string_appendc_ex(smart_string *dest, char ch, zend_bool persi… in smart_string_appendc_ex()
|
H A D | zend_ini_scanner.c | 129 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
|
/PHP-7.2/ext/soap/ |
H A D | php_xml.c | 72 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
|
/PHP-7.2/sapi/cli/ |
H A D | php_http_parser.c | 261 char ch; in php_http_parser_execute() local
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_out.c | 103 #define PAD( width, len, ch ) do \ argument 115 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
|