Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 151) sorted by last modified time

1234567

/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.c3430 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_arrays.h18 static inline struct fpm_array_s *fpm_array_init(struct fpm_array_s *a, unsigned int sz, unsigned i… in fpm_array_init()
48 static inline void *fpm_array_item(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item()
58 static inline void *fpm_array_item_last(struct fpm_array_s *a) /* {{{ */ in fpm_array_item_last()
64 static inline int fpm_array_item_remove(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item_remove()
83 static inline void *fpm_array_push(struct fpm_array_s *a) /* {{{ */ in fpm_array_push()
107 static inline void fpm_array_free(struct fpm_array_s *a) /* {{{ */ in fpm_array_free()
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.c53 #define STR2STR(a) (a ? a : "undefined") argument
54 #define BOOL2STR(a) (a ? "yes" : "no") argument
H A Dfpm_conf.h11 #define PM2STR(a) (a == PM_STYLE_STATIC ? "static" : (a == PM_STYLE_DYNAMIC ? "dynamic" : "ondemand… argument
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_main.c224 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c183 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) /* {{{ */ in module_name_cmp()
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.c877 php_per_dir_config *a = (php_per_dir_config *) addv; in php_merge_dir() local
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c224 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.5/main/streams/
H A Dstreams.c2264 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)
2280 PHPAPI int _php_stream_scandir(char *dirname, char **namelist[], int flags, php_stream_context *con…
/PHP-5.5/main/
H A Dwin95nt.h47 #define mkdir(a, b) _mkdir(a) argument
48 #define rmdir(a) _rmdir(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 PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const stru… in php_scandir()
H A Dmergesort.c240 #define swap(a, b) { \ argument
336 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void * T… in insertionsort()
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
153 #define SET_MUTEX(a) argument
154 #define FREE_MUTEX(a) 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/lib/
H A Dzip_open.c516 int a, best, buflen, i; in _zip_find_central_dir() local

Completed in 122 milliseconds

1234567