Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 39) sorted by last modified time

12

/PHP-7.4/ext/gd/
H A Dgd.c3711 int ch = 0, col, x, y, size, i, l = 0; in php_imagechar() local
/PHP-7.4/ext/standard/
H A Darray.c1688 uint32_t ch; local
H A Dstring.c2812 const unsigned char ch = ZSTR_VAL(str)[0]; local
6116 char *char_list = NULL, ch[256]; local
H A Dfile.c1943 char *ch = ZSTR_VAL(field_str); in php_fputcsv() local
2381 int ch = 0, compliment; in php_next_meta_token() local
/PHP-7.4/ext/gd/libgd/
H A Dgd.c48 #define ASC(ch) ch argument
50 #define ASC(ch) gd_toascii[(unsigned char)ch] argument
/PHP-7.4/ext/ffi/
H A Dffi_parser.c315 int ch; in get_skip_sym() local
H A Dffi.c4371 zend_long ch, size; in ZEND_METHOD() local
H A Dphp_ffi.h203 signed char ch; member
/PHP-7.4/ext/curl/
H A Dinterface.c1996 php_curl *ch; in PHP_FUNCTION() local
3148 php_curl *ch; in PHP_FUNCTION() local
3178 php_curl *ch; in PHP_FUNCTION() local
3228 php_curl *ch; in PHP_FUNCTION() local
3284 php_curl *ch; in PHP_FUNCTION() local
3551 php_curl *ch; in PHP_FUNCTION() local
3575 php_curl *ch; in PHP_FUNCTION() local
3594 php_curl *ch; in PHP_FUNCTION() local
3771 php_curl *ch; in PHP_FUNCTION() local
3799 php_curl *ch; in PHP_FUNCTION() local
[all …]
H A Dmulti.c79 php_curl *ch; in PHP_FUNCTION() local
112 php_curl *ch; in _php_curl_multi_cleanup_list() local
167 php_curl *ch; in PHP_FUNCTION() local
279 php_curl *ch; in PHP_FUNCTION() local
307 php_curl *ch; in PHP_FUNCTION() local
338 php_curl *ch; in PHP_FUNCTION() local
413 php_curl *ch; in _php_curl_multi_close() local
484 php_curl *ch; in _php_server_push_callback() local
/PHP-7.4/ext/phar/
H A Dphar_object.c1421 char ch; in phar_build() local
/PHP-7.4/Zend/
H A Dzend_operators.c2377 int ch; in increment_string() local
H A Dzend_ini_scanner.l126 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
H A Dzend_ast.c1025 static ZEND_COLD int zend_ast_valid_var_char(char ch) in zend_ast_valid_var_char()
1064 static ZEND_COLD int zend_ast_var_needs_braces(char ch) in zend_ast_var_needs_braces()
/PHP-7.4/sapi/cli/
H A Dphp_http_parser.c261 char ch; in php_http_parser_execute() local
/PHP-7.4/ext/ftp/
H A Dftp.c994 int ch; in ftp_put() local
1077 int ch; in ftp_append() local
2008 int ch, lastch; in ftp_genlist() local
2287 int ch; in ftp_nb_continue_write() local
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c2202 char ch = toupper( *pKey ); in GetHeaderVar() local
2382 char ch = *pKey++; in LSAPI_ForeachHeader_r() local
2496 char ch = *(pHeaderName + nameLen - 1 ); in LSAPI_AppendRespHeader2_r() local
2506 char ch = *(pHeaderValue + valLen - 1 ); in LSAPI_AppendRespHeader2_r() local
2546 char ch = *(pBuf + len - 1 ); in LSAPI_AppendRespHeader_r() local
3943 char ch; in LSAPI_Init_Env_Parameters() local
/PHP-7.4/ext/soap/
H A Dphp_xml.c71 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
H A Dphp_http.c1451 char ch, done, headerbuf[8192]; in get_http_body() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c119 uint32_t ch; in find_text_end() local
486 uint32_t ch; in pcre2_substitute() local
H A Dpcre2_match.c1053 uint32_t ch; in match() local
1075 uint32_t ch; in match() local
1100 uint32_t ch = Fecode[1]; in match() local
H A Dpcre2_internal.h1807 #define REAL_GET_UCD(ch) (PRIV(ucd_records) + \ argument
1812 #define GET_UCD(ch) ((ch > MAX_UTF_CODE_POINT)? \ argument
1815 #define GET_UCD(ch) REAL_GET_UCD(ch) argument
1818 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype argument
1819 #define UCD_SCRIPT(ch) GET_UCD(ch)->script argument
1820 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] argument
1821 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop argument
1822 #define UCD_CASESET(ch) GET_UCD(ch)->caseset argument
1823 #define UCD_OTHERCASE(ch) ((uint32_t)((int)ch + (int)(GET_UCD(ch)->other_case))) argument
1824 #define UCD_SCRIPTX(ch) GET_UCD(ch)->scriptx argument
H A Dpcre2_printint.c710 PCRE2_UCHAR ch; in pcre2_printint() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c103 #define PAD( width, len, ch ) do \ argument
115 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
/PHP-7.4/main/
H A Dsnprintf.c566 #define PAD( width, len, ch ) do \ argument
578 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument

Completed in 192 milliseconds

12