Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c68 swap_node(Node* a, Node* b) in swap_node()
4049 is_equal_mml(MinMaxLen* a, MinMaxLen* b) in is_equal_mml()
5063 print_distance_range(FILE* f, OnigDistance a, OnigDistance b) in print_distance_range()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c878 php_per_dir_config *b = (php_per_dir_config *) basev; in php_merge_dir() local
/PHP-5.5/ext/standard/
H A Darray.c405 static int php_array_natural_general_compare(const void *a, const void *b, int fold_case) /* {{{ */ in php_array_natural_general_compare()
2827 Bucket *b; in PHP_FUNCTION() member
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.5/TSRM/
H A Dtsrm_virtual_cwd.c101 #define tsrm_strtok_r(a,b,c) _tcstok((a),(b)) argument
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c779 apprentice_sort(const void *a, const void *b) in apprentice_sort()
/PHP-5.5/ext/iconv/
H A Diconv.c62 #define _php_iconv_memequal(a, b, c) \ 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
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.5/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.5/ext/snmp/
H A Dsnmp.c101 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
/PHP-5.5/ext/date/
H A Dphp_date.c3975 timelib_time *b = NULL, *e = NULL; in date_interval_initialize() local
4354 timelib_time *b = NULL, *e = NULL; in date_period_initialize() local
/PHP-5.5/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.5/ext/zip/
H A Dphp_zip.c143 char b[8192]; in php_zip_extract_file() local
/PHP-5.5/ext/phar/
H A Dphar_object.c1411 char *b; member
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c384 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp()
/PHP-5.5/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 515 milliseconds

123456