Home
last modified time | relevance | path

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

12

/PHP-7.0/ext/curl/
H A Dinterface.c1956 php_curl *ch; in PHP_FUNCTION() local
2929 php_curl *ch; in PHP_FUNCTION() local
2957 php_curl *ch; in PHP_FUNCTION() local
3005 php_curl *ch; in PHP_FUNCTION() local
3061 php_curl *ch; in PHP_FUNCTION() local
3273 php_curl *ch; in PHP_FUNCTION() local
3293 php_curl *ch; in PHP_FUNCTION() local
3312 php_curl *ch; in PHP_FUNCTION() local
3491 php_curl *ch; in PHP_FUNCTION() local
3521 php_curl *ch; in PHP_FUNCTION() local
[all …]
H A Dmulti.c78 php_curl *ch; in PHP_FUNCTION() local
107 php_curl *ch; in _php_curl_multi_cleanup_list() local
139 php_curl *ch; in PHP_FUNCTION() local
224 php_curl *ch; in PHP_FUNCTION() local
252 php_curl *ch; in PHP_FUNCTION() local
308 php_curl *ch; in PHP_FUNCTION() local
365 php_curl *ch; in _php_curl_multi_close() local
/PHP-7.0/ext/standard/
H A Dscanf.c143 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 Dcrc32.h28 #define CRC32(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff]) argument
H A Dbase64.c139 int ch, i = 0, j = 0, padding = 0; in php_base64_decode_ex() local
H A Dcrypt_freesec.c188 ascii_to_bin(char ch) in ascii_to_bin()
209 ascii_is_unsafe(char ch) in ascii_is_unsafe()
H A Dphp_smart_string.h98 #define smart_string_appendc_ex(dest, ch, what) do { \ argument
H A Dvar_unserializer.c223 unsigned char ch = 0; in unserialize_str() local
/PHP-7.0/ext/gd/
H A Dgd_ctx.c31 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.0/TSRM/
H A Dtsrm_strtok_r.c6 static inline int in_character_class(char ch, const char *delim) in in_character_class()
/PHP-7.0/main/
H A Dspprintf.c124 #define INS_CHAR(xbuf, ch, is_char) do { \ argument
140 #define PAD_CHAR(xbuf, ch, count, is_char) do { \ argument
H A Dsnprintf.c569 #define PAD( width, len, ch ) do \ argument
581 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
/PHP-7.0/ext/gd/libgd/
H A Dgd_gd2.c57 int ch; in _gd2GetHeader() local
352 int ch; in gdImageCreateFromGd2Ctx() local
441 unsigned int ch; in gdImageCreateFromGd2PartCtx() local
H A Dxbm.c46 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
822 int len, i = 0, ch; local
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_printint.c707 pcre_uchar ch; in pcre_printint() local
/PHP-7.0/ext/ftp/
H A Dftp.c928 int ch; in ftp_put() local
1795 int ch, lastch; in ftp_genlist() local
2066 int ch; in ftp_nb_continue_write() local
/PHP-7.0/Zend/
H A Dzend_ini_scanner.l127 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
H A Dzend_smart_str.h82 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.c129 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
/PHP-7.0/ext/soap/
H A Dphp_xml.c72 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
/PHP-7.0/sapi/cli/
H A Dphp_http_parser.c261 char ch; in php_http_parser_execute() local
/PHP-7.0/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.0/sapi/litespeed/
H A Dlsapilib.c1925 char ch = toupper( *pKey ); in GetHeaderVar() local
2103 char ch = *pKey++; in LSAPI_ForeachHeader_r() local
2220 char ch = *(pHeaderName + nameLen - 1 ); in LSAPI_AppendRespHeader2_r() local
2230 char ch = *(pHeaderValue + valLen - 1 ); in LSAPI_AppendRespHeader2_r() local
2271 char ch = *(pBuf + len - 1 ); in LSAPI_AppendRespHeader_r() local

Completed in 90 milliseconds

12