Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 41) sorted by last modified time

12

/PHP-5.5/win32/
H A Dglob.c889 g_strchr(str, ch) in g_strchr() argument
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c517 char ch; in lsapi_chdir_primary_script() local
H A Dlsapilib.c1870 char ch = toupper( *pKey ); in GetHeaderVar() local
2048 char ch = *pKey++; in LSAPI_ForeachHeader_r() local
2165 char ch = *(pHeaderName + nameLen - 1 ); in LSAPI_AppendRespHeader2_r() local
2175 char ch = *(pHeaderValue + valLen - 1 ); in LSAPI_AppendRespHeader2_r() local
2216 char ch = *(pBuf + len - 1 ); in LSAPI_AppendRespHeader_r() local
/PHP-5.5/sapi/cli/
H A Dphp_http_parser.c328 char c, ch; in php_http_parser_execute() local
/PHP-5.5/main/
H A Dsnprintf.c569 #define PAD( width, len, ch ) do \ argument
581 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
H A Dspprintf.c138 #define INS_CHAR_NR(xbuf, ch) do { \ argument
146 #define INS_CHAR(xbuf, ch) \ argument
153 #define PAD(xbuf, count, ch) do { \ argument
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c214 unsigned char ch = 0; in unserialize_str() local
H A Dstring.c5441 char *buf, *str, *char_list = NULL, *p, *e, *s, ch[256]; local
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 Dphp_smart_str.h99 #define smart_str_appendc_ex(dest, ch, what) do { \ argument
H A Dfile.c1905 char *ch = Z_STRVAL(field); in php_fputcsv() local
2343 int ch = 0, compliment; in php_next_meta_token() local
H A Dcrc32.h28 #define CRC32(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff]) argument
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 Darray.c1229 int i, ch; in php_valid_var_name() local
1639 unsigned char ch = *low; in PHP_FUNCTION() local
1652 unsigned char ch = *low; in PHP_FUNCTION() local
H A Dbase64.c146 int ch, i = 0, j = 0, k; in php_base64_decode_ex() local
/PHP-5.5/ext/soap/
H A Dphp_http.c1403 char ch, done, headerbuf[8192]; in get_http_body() local
H A Dphp_xml.c72 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
/PHP-5.5/ext/phar/
H A Dphar.c2093 static inline int in_character_class(char ch, const char *delim) /* {{{ */
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h2787 #define GET_UCD(ch) (PRIV(ucd_records) + \ argument
2791 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype argument
2792 #define UCD_SCRIPT(ch) GET_UCD(ch)->script argument
2793 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] argument
2794 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop argument
2795 #define UCD_CASESET(ch) GET_UCD(ch)->caseset argument
2796 #define UCD_OTHERCASE(ch) ((pcre_uint32)((int)ch + (int)(GET_UCD(ch)->other_case))) argument
H A Dpcre_compile.c9672 pcre_uchar ch = re->first_char; in pcre_compile2() local
9681 pcre_uchar ch = re->req_char; in pcre_compile2() local
H A Dpcre_exec.c3670 register pcre_uint32 ch, och; in match() local
3697 register pcre_uint32 ch = ecode[1]; in match() local
/PHP-5.5/ext/mbstring/
H A Dmbstring.c3820 #define APPEND_ONE_CHAR(ch) do { \ argument
/PHP-5.5/ext/gd/libgd/
H A Dxbm.c46 int ch; in gdImageCreateFromXbm() local
H A Dgdft.c306 int ch, total, trail; in gdTcl_UtfToUniChar() local
787 int len, i = 0, ch; local
/PHP-5.5/ext/gd/
H A Dgd.c3518 int ch = 0, col, x, y, size, i, l = 0; in php_imagechar() local

Completed in 166 milliseconds

12