Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 158) sorted by last modified time

1234567

/PHP-7.1/win32/
H A Dglob.c367 Char *b, *eb; local
/PHP-7.1/
H A Dserver-tests.php719 function test_sort($a, $b) {
H A Drun-tests.php930 function test_sort($a, $b)
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_wait.c51 static int phpdbg_array_data_compare(const void *a, const void *b) { in phpdbg_array_data_compare()
H A Dphpdbg_bp.c55 #define PHPDBG_BREAK_INIT(b, t) do {\ argument
H A Dphpdbg_lexer.c23 #define YYDEBUG(a, b) argument
/PHP-7.1/sapi/litespeed/
H A Dlsapilib.c559 register char b; in verifyHeader() local
645 register char b; in swapIntEndian() local
678 register char b; in fixHeaderIndexEndian() local
3871 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.c549 int b; in fpm_conf_set_array() local
H A Dfpm_config.h39 # define timeradd(a, b, result) \ argument
53 # define timercmp(a, b, CMP) \ argument
61 # define MIN(a,b) (((a)<(b))?(a):(b)) argument
65 # define MAX(a,b) (((a)>(b))?(a):(b)) argument
H A Dfpm_log.c101 char *s, *b; in fpm_log_write() local
H A Dfpm_main.c230 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
H A Dfpm_atomic.h24 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
91 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
/PHP-7.1/sapi/cli/
H A Dphp_cli.c194 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
H A Dphp_cli_server.c278 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c252 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()
/PHP-7.1/main/
H A Dwin95nt.h46 #define mkdir(a, b) _mkdir(a) argument
51 # define getcwd(a, b) _getcwd(a, b) argument
H A Dphp_network.h49 # define ftruncate(a, b) chsize(a, b) argument
H A Dphp_scandir.c53 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b) in php_alphasort()
60 …r) (const struct dirent *entry), int (*compare) (const struct dirent **a, const struct dirent **b)) in php_scandir()
H A Dmergesort.c110 register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in php_mergesort() local
240 #define swap(a, b) { \ argument
H A Dnetwork.c405 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
H A Dphp.h153 #define CREATE_MUTEX(a, b) argument
H A DSAPI.h187 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) argument
H A Dfastcgi.c273 fcgi_hash_buckets *b; in fcgi_hash_destroy() local
350 fcgi_hash_buckets *b = (fcgi_hash_buckets*)malloc(sizeof(fcgi_hash_buckets)); in fcgi_hash_set() local
1091 fcgi_begin_request *b; in fcgi_read_request() local
/PHP-7.1/main/streams/
H A Dstreams.c1388 size_t b; in _php_stream_passthru() local
2252 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b)
2260 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b)
2269 int (*compare) (const zend_string **a, const zend_string **b))
/PHP-7.1/ext/zip/
H A Dphp_zip.c140 char b[8192]; in php_zip_extract_file() local

Completed in 133 milliseconds

1234567