Home
last modified time | relevance | path

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

1234567

/PHP-5.6/
H A Dserver-tests.php729 function test_sort($a, $b) {
H A Drun-tests.php920 function test_sort($a, $b)
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_print.c29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s) \ argument
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s) \ argument
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s) \ argument
H A Dphpdbg_cmd.c502 #define verify_arg(e, a, t) if (!(a)) { \ in phpdbg_stack_verify() argument
H A Dphpdbg_info.c30 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s) \ argument
H A Dphpdbg_lexer.c22 #define YYDEBUG(a, b) argument
H A Dphpdbg_lexer.l20 #define YYDEBUG(a, b) argument
H A Dphpdbg_list.c37 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s) \ argument
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c3484 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-5.6/sapi/fpm/fpm/
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.c225 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
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
/PHP-5.6/sapi/cli/
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
H A Dphp_cli.c187 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) /* {{{ */ in module_name_cmp()
H A Dphp_cli_server.c385 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp()
/PHP-5.6/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.6/sapi/cgi/
H A Dcgi_main.c228 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
/PHP-5.6/sapi/apache2filter/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.6/sapi/apache2handler/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.6/main/streams/
H A Dstreams.c2259 PHPAPI int php_stream_dirent_alphasort(const char **a, const char **b)
2267 PHPAPI int php_stream_dirent_alphasortr(const char **a, const char **b)
2275 PHPAPI int _php_stream_scandir(const char *dirname, char **namelist[], int flags, php_stream_contex…

Completed in 99 milliseconds

1234567