Home
last modified time | relevance | path

Searched defs:c (Results 251 – 275 of 275) sorted by relevance

1...<<11

/PHP-5.5/ext/soap/
H A Dphp_http.c1007 char *c = strrchr(t, '/'); in make_http_soap_request() local
H A Dphp_encoding.c826 unsigned char c; in to_zval_hexbin() local
908 char c; in to_xml_string() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1025 const char *c; in mcopy() local
/PHP-5.5/ext/libxml/
H A Dlibxml.c1134 unsigned char c; in php_libxml_xmlCheckUTF8() local
/PHP-5.5/ext/exif/
H A Dexif.c85 # define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) argument
88 # define safe_erealloc(p,a,b,c) erealloc(p, (a)*(b)+(c)) argument
1049 int c, i, p=0, n = 5+31; in exif_char_dump() local
3482 uchar c, *data = (uchar*)ImageInfo->Thumbnail.data; in exif_scan_thumbnail() local
/PHP-5.5/main/
H A DSAPI.h185 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1 TSRMLS_CC) argument
H A Drfc1867.c936 long c = 0; local
H A Dphp_streams.h319 #define php_stream_putc(stream, c) _php_stream_putc((stream), (c) TSRMLS_CC) argument
/PHP-5.5/ext/ftp/
H A Dftp.c118 unsigned char c[8]; member
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c70 Node c; in swap_node() local
2402 UChar *p, c; in is_not_included() local
4350 add_char_opt_map_info(OptMapInfo* map, UChar c, OnigEncoding enc) in add_char_opt_map_info()
5154 int c, i, n = 0; in print_optimize_info() local
/PHP-5.5/ext/gd/
H A Dgd.c1995 int c = GetPixel(memDC, x,y); in PHP_FUNCTION() local
2055 int c = GetPixel(memDC, x,y); in PHP_FUNCTION() local
3042 int x, y, c; in PHP_FUNCTION() local
3481 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c983 unsigned char c; local
/PHP-5.5/ext/standard/
H A Dfilters.c328 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
790 unsigned int c; in php_conv_qprint_encode_convert() local
H A Darray.c3038 int arr_argc, i, c = 0; in php_array_intersect() local
3456 int arr_argc, i, c; in php_array_diff() local
H A Dfile.c1814 #define FPUTCSV_FLD_CHK(c) memchr(Z_STRVAL(field), c, Z_STRLEN(field)) argument
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1570 int cgi = 0, c, use_extended_info = 0; local
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1698 c; /* Current character */ in PHP_FUNCTION() local
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c424 size_t c = MIN((e + s + 1) / 2, e - 1); in get_template_string() local
2524 int c; in do_cli_server() local
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1738 int cgi = 0, c, i, len; local
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c10106 # define sqlite3VdbeScanStatus(a,b,c,d,e) argument
13355 # define sqlite3AuthRead(a,b,c,d) argument
13356 # define sqlite3AuthCheck(a,b,c,d,e) SQLITE_OK argument
13357 # define sqlite3AuthContextPush(a,b,c) argument
13632 #define sqlite3FkActions(a,b,c,d,e,f) argument
13633 #define sqlite3FkCheck(a,b,c,d,e,f) argument
13634 #define sqlite3FkDropTable(a,b,c) argument
13636 #define sqlite3FkRequired(a,b,c,d) 0 argument
13643 #define sqlite3FkLocateIndex(a,b,c,d,e) argument
15463 int c; in parseTimezone() local
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c115 #define C(c) (reg_map[c] << 6) argument
/PHP-5.5/Zend/
H A Dzend_API.c308 char c = *spec_walk++; in zend_parse_arg_impl() local
732 int c, i; in zend_parse_va_args() local
H A Dzend_vm_execute.h3678 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER() local
4038 zend_constant c; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER() local
15546 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_VAR_CONST_HANDLER() local
25198 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3430 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-5.5/ext/phar/
H A Dphar_object.c1410 zend_class_entry *c; member

Completed in 601 milliseconds

1...<<11