Home
last modified time | relevance | path

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

123456

/PHP-5.5/win32/
H A Dglob.c373 Char *b, *eb; local
/PHP-5.5/
H A Dserver-tests.php729 function test_sort($a, $b) {
H A Drun-tests.php920 function test_sort($a, $b)
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c425 register char b; in verifyHeader() local
507 register char b; in swapIntEndian() local
538 register char b; in fixHeaderIndexEndian() local
3430 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_atomic.h25 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
92 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
H A Dfpm_conf.c542 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.c102 char *s, *b; in fpm_log_write() local
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c384 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp()
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
/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/sapi/cgi/
H A Dfastcgi.c199 fcgi_hash_buckets *b; in fcgi_hash_destroy() local
276 fcgi_hash_buckets *b = (fcgi_hash_buckets*)malloc(sizeof(fcgi_hash_buckets)); in fcgi_hash_set() local
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c69 apr_bucket *b; in php_apache_sapi_ub_write() local
253 apr_bucket *b; in php_apache_sapi_flush() local
364 apr_bucket *b; in php_input_filter() local
467 apr_bucket *b; in php_output_filter() local
720 apr_bucket *b = NULL; in php_apache_read_stream() local
/PHP-5.5/main/streams/
H A Dstreams.c1394 int b; in _php_stream_passthru() local
2264 PHPAPI int php_stream_dirent_alphasort(const char **a, const char **b)
2272 PHPAPI int php_stream_dirent_alphasortr(const char **a, const char **b)
/PHP-5.5/main/
H A Dwin95nt.h47 #define mkdir(a, b) _mkdir(a) argument
52 # define getcwd(a, b) _getcwd(a, b) argument
H A Dphp_network.h48 # 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.c404 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
H A Dphp.h152 #define CREATE_MUTEX(a, b) argument
H A DSAPI.h185 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1 TSRMLS_CC) argument
/PHP-5.5/ext/zip/
H A Dphp_zip.c143 char b[8192]; in php_zip_extract_file() local
/PHP-5.5/ext/zip/lib/
H A Dzip_source_pkware.c54 #define CRC32(c, b) (crc[((c) ^ (b)) & 0xff] ^ ((c) >> 8)) argument
114 Bytef b; in decrypt() local
H A Dzip_source_zip.c123 char b[8192], *buf; in read_zip() local
H A Dzipint.h68 #define open(a, b, c) _open((a), (b)) argument

Completed in 119 milliseconds

123456