Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/curl/
H A Dinterface.c1231 php_curl *ch; in curl_clone_obj() local
1746 php_curl *ch; in init_curl_handle_into_zval() local
1852 php_curl *ch; in PHP_FUNCTION() local
2174 php_curl *ch; in PHP_FUNCTION() local
2892 php_curl *ch; in PHP_FUNCTION() local
2914 php_curl *ch; in PHP_FUNCTION() local
2961 php_curl *ch; in PHP_FUNCTION() local
3014 php_curl *ch; in PHP_FUNCTION() local
3267 php_curl *ch; in PHP_FUNCTION() local
3288 php_curl *ch; in PHP_FUNCTION() local
[all …]
H A Dmulti.c82 php_curl *ch; in PHP_FUNCTION() local
150 php_curl *ch; in PHP_FUNCTION() local
215 php_curl *ch; in PHP_FUNCTION() local
239 php_curl *ch; in PHP_FUNCTION() local
267 php_curl *ch; in PHP_FUNCTION() local
322 php_curl *ch = Z_CURL_P(pz_ch); in PHP_FUNCTION() local
369 php_curl *ch; in _php_server_push_callback() local
537 php_curl *ch; in curl_multi_free_obj() local
/PHP-8.0/ext/standard/
H A Dscanf.c137 char *ch, start; in BuildCharSet() local
238 char ch = (char) c; in CharInSet() local
309 char *end, *ch = NULL; in ValidateFormat() local
587 char *ch, sch; in php_sscanf_internal() local
H A Dcrc32.h24 #define CRC32(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff]) argument
H A Dcrypt_freesec.c182 ascii_to_bin(char ch) in ascii_to_bin()
203 ascii_is_unsafe(char ch) in ascii_is_unsafe()
/PHP-8.0/main/
H A Dspprintf.c114 #define INS_CHAR(xbuf, ch, is_char) do { \ argument
130 #define PAD_CHAR(xbuf, ch, count, is_char) do { \ argument
H A Dsnprintf.c561 #define PAD( width, len, ch ) do \ argument
573 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
/PHP-8.0/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_printint.c710 PCRE2_UCHAR ch; in pcre2_printint() 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_match.c1053 uint32_t ch; in match() local
1075 uint32_t ch; in match() local
1100 uint32_t ch = Fecode[1]; in match() local
/PHP-8.0/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.c45 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-8.0/ext/ftp/
H A Dftp.c966 int ch; in ftp_put() local
1048 int ch; in ftp_append() local
1961 int ch, lastch; in ftp_genlist() local
2236 int ch; in ftp_nb_continue_write() local
/PHP-8.0/Zend/
H A Dzend_smart_string.h79 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_ini_scanner.l126 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
H A Dzend_smart_str.h111 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, zend_bool persistent)… in smart_str_appendc_ex()
/PHP-8.0/ext/soap/
H A Dphp_xml.c69 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c101 #define PAD( width, len, ch ) do \ argument
113 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
/PHP-8.0/sapi/cli/
H A Dphp_http_parser.c261 char ch; in php_http_parser_execute() local
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c2201 char ch = toupper( *pKey ); in GetHeaderVar() local
2381 char ch = *pKey++; in LSAPI_ForeachHeader_r() local
2495 char ch = *(pHeaderName + nameLen - 1 ); in LSAPI_AppendRespHeader2_r() local
2505 char ch = *(pHeaderValue + valLen - 1 ); in LSAPI_AppendRespHeader2_r() local
2545 char ch = *(pBuf + len - 1 ); in LSAPI_AppendRespHeader_r() local
3949 char ch; in LSAPI_Init_Env_Parameters() local
/PHP-8.0/ext/ffi/
H A Dphp_ffi.h201 signed char ch; member
/PHP-8.0/win32/
H A Dglob.c881 g_strchr(str, ch) in g_strchr() argument

Completed in 122 milliseconds

12