Home
last modified time | relevance | path

Searched defs:b (Results 126 – 139 of 139) sorted by relevance

123456

/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c101 #define tsrm_strtok_r(a,b,c) _tcstok((a),(b)) argument
/PHP-5.4/ext/iconv/
H A Diconv.c62 #define _php_iconv_memequal(a, b, c) \ argument
/PHP-5.4/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
13635 #define sqlite3FkOldmask(a,b) 0 argument
13636 #define sqlite3FkRequired(a,b,c,d) 0 argument
13642 #define sqlite3FkDelete(a,b) argument
[all …]
/PHP-5.4/ext/snmp/
H A Dsnmp.c101 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c862 …_sqlite3_callback_compare(void *coll, int a_len, const void *a, int b_len, const void* b) /* {{{ */
/PHP-5.4/ext/date/
H A Dphp_date.c3483 timelib_time *b = NULL, *e = NULL; in date_interval_initialize() local
3862 timelib_time *b = NULL, *e = NULL; in date_period_initialize() local
/PHP-5.4/ext/standard/
H A Dstring.c2870 static int php_strtr_compare_hash_suffix(const void *a, const void *b, void *ctx_g)
2909 static inline void php_strtr_swap(PATNREPL *a, PATNREPL *b)
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
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c71 #define SETBIT(a,b) a[(b)/8] |= (1 << ((b)&7)) argument
H A Dpcre_internal.h389 #define memmove(a, b, c) bcopy(b, a, c) argument
410 #define memmove(a, b, c) pcre_memmove(a, b, c) argument
/PHP-5.4/ext/zip/
H A Dphp_zip.c143 char b[8192]; in php_zip_extract_file() local
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c339 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp()
/PHP-5.4/ext/phar/
H A Dphar_object.c1428 char *b; member
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c9595 const struct tilegx_spr *b = (const struct tilegx_spr *) b_ptr; in tilegx_spr_compare() local

Completed in 455 milliseconds

123456