Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/curl/
H A Dinterface.c1975 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 Dmulti.c81 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 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
/PHP-7.1/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.1/TSRM/
H A Dtsrm_strtok_r.c6 static inline int in_character_class(char ch, const char *delim) in in_character_class()
/PHP-7.1/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.c573 #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 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.1/sapi/litespeed/
H A Dlscriu.c261 char ch; in LSCRIU_load_liblscapi() local
664 char ch; in LSCRIU_Init_Env_Parameters() local
H A Dlsapilib.c2123 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 Dpcre_printint.c707 pcre_uchar ch; in pcre_printint() local
/PHP-7.1/ext/ftp/
H A Dftp.c933 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 Dzend_ini_scanner.l127 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
H A Dzend_smart_str.h83 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.1/ext/soap/
H A Dphp_xml.c72 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
/PHP-7.1/sapi/cli/
H A Dphp_http_parser.c261 char ch; in php_http_parser_execute() local
/PHP-7.1/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

Completed in 92 milliseconds

12