Home
last modified time | relevance | path

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

12

/PHP-5.3/ext/curl/
H A Dmulti.c78 php_curl *ch; in PHP_FUNCTION() local
104 php_curl *ch; in _php_curl_multi_cleanup_list() local
140 php_curl *ch; in PHP_FUNCTION() local
219 php_curl *ch; in PHP_FUNCTION() local
244 php_curl *ch; in PHP_FUNCTION() local
291 php_curl *ch; in PHP_FUNCTION() local
344 php_curl *ch; in _php_curl_multi_close() local
H A Dinterface.c1291 php_curl *ch = (php_curl *) ctx; in curl_debug() local
1312 php_curl *ch = (php_curl *) ctx; in curl_passwd() local
1527 php_curl *ch; in PHP_FUNCTION() local
1601 php_curl *ch, *dupch; in PHP_FUNCTION() local
2232 php_curl *ch; in PHP_FUNCTION() local
2258 php_curl *ch; in PHP_FUNCTION() local
2308 php_curl *ch; in PHP_FUNCTION() local
2364 php_curl *ch; in PHP_FUNCTION() local
2551 php_curl *ch; in PHP_FUNCTION() local
2569 php_curl *ch; in PHP_FUNCTION() local
[all …]
/PHP-5.3/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
594 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.c146 int ch, i = 0, j = 0, k; 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_str.h96 #define smart_str_appendc_ex(dest, ch, what) do { \ argument
H A Dvar_unserializer.c162 unsigned char ch = 0; in unserialize_str() local
/PHP-5.3/main/
H A Dspprintf.c133 #define INS_CHAR_NR(xbuf, ch) do { \ argument
141 #define INS_CHAR(xbuf, ch) \ argument
148 #define PAD(xbuf, count, ch) do { \ argument
H A Dsnprintf.c564 #define PAD( width, len, ch ) do \ argument
576 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
/PHP-5.3/TSRM/
H A Dtsrm_strtok_r.c6 static inline int in_character_class(char ch, const char *delim) in in_character_class()
/PHP-5.3/ext/ereg/regex/
H A Ddebug.c232 regchar(ch) in regchar() argument
H A Dengine.c812 step(g, start, stop, bef, ch, aft) in step() argument
934 print(m, caption, st, ch, d) in print() argument
997 pchar(ch) in pchar() argument
H A Dregcomp.c822 othercase(ch) in othercase() argument
841 bothcases(p, ch) in bothcases() argument
866 ordinary(p, ch) in ordinary() argument
/PHP-5.3/ext/gd/
H A Dgd_ctx.c31 unsigned char ch = (unsigned char) c; in _php_image_output_putc() local
/PHP-5.3/ext/gd/libgd/
H A Dgd_gd2.c57 int ch; in _gd2GetHeader() local
333 int ch; in gdImageCreateFromGd2Ctx() local
420 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.c306 int ch, total, trail; in gdTcl_UtfToUniChar() local
785 int len, i = 0, ch; local
/PHP-5.3/ext/ftp/
H A Dftp.c887 int ch; in ftp_put() local
1597 int ch, lastch; in ftp_genlist() local
1881 int ch; in ftp_nb_continue_write() local
/PHP-5.3/Zend/
H A Dzend_ini_scanner.l120 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
H A Dzend_ini_scanner.c122 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
/PHP-5.3/ext/soap/
H A Dphp_xml.c72 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
/PHP-5.3/win32/
H A Dglob.c880 g_strchr(str, ch) in g_strchr() argument
/PHP-5.3/sapi/litespeed/
H A Dlsapi_main.c431 char ch; in lsapi_chdir_primary_script() local

Completed in 108 milliseconds

12