Home
last modified time | relevance | path

Searched defs:c (Results 201 – 225 of 275) sorted by path

1234567891011

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_newline.c79 pcre_uint32 c; in PRIV() local
154 pcre_uint32 c; in PRIV() local
H A Dpcre_study.c51 #define SET_BIT(c) start_bits[c/8] |= (1 << (c&7)) argument
638 pcre_uint32 c = *p; in set_table_bit() local
726 register pcre_uint32 c; in set_type_bits() local
768 register pcre_uint32 c; in set_nottype_bits() local
805 register pcre_uint32 c; in set_start_bits() local
H A Dpcre_valid_utf8.c120 register pcre_uchar ab, c, d; in PRIV() local
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c115 #define C(c) (reg_map[c] << 6) argument
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1698 c; /* Current character */ in PHP_FUNCTION() local
/PHP-5.5/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h37 # define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument
80 # define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c280 char *c; in firebird_handle_quoter() local
398 char *c, *new_sql, in_quote, in_param, pname[64], *ppname; in firebird_alloc_prepare_stmt() local
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c267 my_ulonglong c = mysql_affected_rows(H->server); in mysql_handle_doer() local
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c375 char *c; in oci_handle_quoter() local
/PHP-5.5/ext/phar/
H A Dbuild_precommand.php33 $c = count($f); variable
H A Dphar.c1530 const char *c; local
2089 #define IS_BACKSLASH(c) ((c) == '/') argument
H A Dphar_object.c1410 zend_class_entry *c; member
/PHP-5.5/ext/session/
H A Dsession.c444 char c; in php_session_valid_key() local
/PHP-5.5/ext/soap/
H A Dphp_encoding.c826 unsigned char c; in to_zval_hexbin() local
908 char c; in to_xml_string() local
H A Dphp_http.c1007 char *c = strrchr(t, '/'); in make_http_soap_request() local
H A Dphp_xml.h47 #define FOREACHATTRNODE(n,c,i) FOREACHATTRNODEEX(n,c,NULL,i) argument
48 #define FOREACHATTRNODEEX(n,c,ns,i) \ argument
61 #define FOREACHNODE(n,c,i) FOREACHNODEEX(n,c,NULL,i) argument
62 #define FOREACHNODEEX(n,c,ns,i) \ argument
/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/standard/
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 Dcrypt_sha256.c119 uint32_t c = ctx->H[2]; in sha256_process_block() local
H A Dcrypt_sha512.c143 uint64_t c = ctx->H[2]; in sha512_process_block() local
H A Dfile.c1814 #define FPUTCSV_FLD_CHK(c) memchr(Z_STRVAL(field), c, Z_STRLEN(field)) argument
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 Dhtml.c79 #define utf8_trail(c) ((c) >= 0x80 && (c) <= 0xBF) argument
82 #define gb2312_trail(c) ((c) >= 0xA1 && (c) <= 0xFE) argument
84 #define sjis_lead(c) ((c) != 0x80 && (c) != 0xA0 && (c) < 0xFD) argument
85 #define sjis_trail(c) ((c) >= 0x40 && (c) != 0x7F && (c) < 0xFD) argument
112 unsigned char c; in get_next_char() local
181 unsigned char c = str[pos]; in get_next_char() local
205 unsigned char c = str[pos]; in get_next_char() local
231 unsigned char c = str[pos]; in get_next_char() local
258 unsigned char c = str[pos]; in get_next_char() local
285 unsigned char c = str[pos]; in get_next_char() local
[all …]
H A Diptc.c87 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_put1()
102 int c; in php_iptc_get1() local
156 int c; in php_iptc_next_marker() local
H A Dlcg.c51 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m argument

Completed in 471 milliseconds

1234567891011