/PHP-7.1/ext/curl/ |
H A D | interface.c | 1975 php_curl *ch; in PHP_FUNCTION() local 2953 php_curl *ch; in PHP_FUNCTION() local 2981 php_curl *ch; in PHP_FUNCTION() local 3029 php_curl *ch; in PHP_FUNCTION() local 3085 php_curl *ch; in PHP_FUNCTION() local 3297 php_curl *ch; in PHP_FUNCTION() local 3317 php_curl *ch; in PHP_FUNCTION() local 3336 php_curl *ch; in PHP_FUNCTION() local 3515 php_curl *ch; in PHP_FUNCTION() local 3545 php_curl *ch; in PHP_FUNCTION() local [all …]
|
H A D | multi.c | 81 php_curl *ch; in PHP_FUNCTION() local 114 php_curl *ch; in _php_curl_multi_cleanup_list() local 169 php_curl *ch; in PHP_FUNCTION() local 277 php_curl *ch; in PHP_FUNCTION() local 306 php_curl *ch; in PHP_FUNCTION() local 405 php_curl *ch; in _php_curl_multi_close() local 477 php_curl *ch; in _php_server_push_callback() local
|
/PHP-7.1/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 | 139 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()
|
H A D | php_smart_string.h | 98 #define smart_string_appendc_ex(dest, ch, what) do { \ argument
|
/PHP-7.1/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.1/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.1/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.1/ext/gd/libgd/ |
H A D | gd_gd2.c | 57 int ch; in _gd2GetHeader() local 352 int ch; in gdImageCreateFromGd2Ctx() local 441 unsigned int ch; in gdImageCreateFromGd2PartCtx() local
|
H A D | xbm.c | 46 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 822 int len, i = 0, ch; local
|
/PHP-7.1/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 | 2123 char ch = toupper( *pKey ); in GetHeaderVar() local 2303 char ch = *pKey++; in LSAPI_ForeachHeader_r() local 2417 char ch = *(pHeaderName + nameLen - 1 ); in LSAPI_AppendRespHeader2_r() local 2427 char ch = *(pHeaderValue + valLen - 1 ); in LSAPI_AppendRespHeader2_r() local 2467 char ch = *(pBuf + len - 1 ); in LSAPI_AppendRespHeader_r() local
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_printint.c | 707 pcre_uchar ch; in pcre_printint() local
|
/PHP-7.1/ext/ftp/ |
H A D | ftp.c | 933 int ch; in ftp_put() local 1856 int ch, lastch; in ftp_genlist() local 2127 int ch; in ftp_nb_continue_write() local
|
/PHP-7.1/Zend/ |
H A D | zend_ini_scanner.l | 127 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
|
H A D | zend_smart_str.h | 83 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_ini_scanner.c | 129 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
|
/PHP-7.1/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.1/sapi/cli/ |
H A D | php_http_parser.c | 261 char ch; in php_http_parser_execute() local
|
/PHP-7.1/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
|