Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 39) sorted by relevance

12

/PHP-7.3/ext/curl/
H A Dinterface.c2033 php_curl *ch; in PHP_FUNCTION() local
3080 php_curl *ch; in PHP_FUNCTION() local
3110 php_curl *ch; in PHP_FUNCTION() local
3160 php_curl *ch; in PHP_FUNCTION() local
3216 php_curl *ch; in PHP_FUNCTION() local
3482 php_curl *ch; in PHP_FUNCTION() local
3506 php_curl *ch; in PHP_FUNCTION() local
3525 php_curl *ch; in PHP_FUNCTION() local
3698 php_curl *ch; in PHP_FUNCTION() local
3726 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
308 php_curl *ch; in PHP_FUNCTION() local
339 php_curl *ch; in PHP_FUNCTION() local
414 php_curl *ch; in _php_curl_multi_close() local
485 php_curl *ch; in _php_server_push_callback() local
/PHP-7.3/ext/standard/
H A Dscanf.c141 char *ch, start; in BuildCharSet() local
242 char ch = (char) c; in CharInSet() local
313 char *end, *ch = NULL; in ValidateFormat() local
591 char *ch, sch; in php_sscanf_internal() local
H A Dcrc32.h26 #define CRC32(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff]) argument
H A Dcrypt_freesec.c184 ascii_to_bin(char ch) in ascii_to_bin()
205 ascii_is_unsafe(char ch) in ascii_is_unsafe()
/PHP-7.3/ext/gd/
H A Dgd_ctx.c29 unsigned char ch = (unsigned char) c; in _php_image_output_putc() local
46 char ch = (char) c; in _php_image_stream_putc() local
/PHP-7.3/TSRM/
H A Dtsrm_strtok_r.c6 static inline int in_character_class(char ch, const char *delim) in in_character_class()
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c118 uint32_t ch; in find_text_end() local
417 uint32_t ch; in pcre2_substitute() local
H A Dpcre2_printint.c706 PCRE2_UCHAR ch; in pcre2_printint() local
H A Dpcre2_internal.h1755 #define REAL_GET_UCD(ch) (PRIV(ucd_records) + \ argument
1760 #define GET_UCD(ch) ((ch > MAX_UTF_CODE_POINT)? \ argument
1763 #define GET_UCD(ch) REAL_GET_UCD(ch) argument
1766 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype argument
1767 #define UCD_SCRIPT(ch) GET_UCD(ch)->script argument
1768 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] argument
1769 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop argument
1770 #define UCD_CASESET(ch) GET_UCD(ch)->caseset argument
1771 #define UCD_OTHERCASE(ch) ((uint32_t)((int)ch + (int)(GET_UCD(ch)->other_case))) argument
/PHP-7.3/main/
H A Dspprintf.c122 #define INS_CHAR(xbuf, ch, is_char) do { \ argument
138 #define PAD_CHAR(xbuf, ch, count, is_char) do { \ argument
H A Dsnprintf.c571 #define PAD( width, len, ch ) do \ argument
583 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
/PHP-7.3/ext/gd/libgd/
H A Dgd_gd2.c58 int ch; in _gd2GetHeader() local
353 int ch; in gdImageCreateFromGd2Ctx() local
442 unsigned int ch; in gdImageCreateFromGd2PartCtx() local
H A Dgd_xbm.c47 int ch; in gdImageCreateFromXbm() local
H A Dgd_gd.c193 int ch; in gdImageCreateFromGdCtx() local
H A Dgdft.c307 int ch, total, trail; in gdTcl_UtfToUniChar() local
829 int len, i = 0, ch; local
/PHP-7.3/ext/ftp/
H A Dftp.c989 int ch; in ftp_put() local
1072 int ch; in ftp_append() local
1993 int ch, lastch; in ftp_genlist() local
2272 int ch; in ftp_nb_continue_write() local
/PHP-7.3/Zend/
H A Dzend_ini_scanner.l125 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
H A Dzend_smart_string.h81 static zend_always_inline void smart_string_appendc_ex(smart_string *dest, char ch, zend_bool persi… in smart_string_appendc_ex()
H A Dzend_smart_str.h113 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, zend_bool persistent)… in smart_str_appendc_ex()
H A Dzend_ini_scanner.c128 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
/PHP-7.3/ext/soap/
H A Dphp_xml.c71 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
/PHP-7.3/sapi/cli/
H A Dphp_http_parser.c261 char ch; in php_http_parser_execute() local
/PHP-7.3/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.3/sapi/litespeed/
H A Dlsapilib.c2193 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
3924 char ch; in LSAPI_Init_Env_Parameters() local

Completed in 116 milliseconds

12