Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 151) sorted by relevance

1234567

/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_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
/PHP-5.5/Zend/
H A Dzend_multiply.h24 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
36 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
48 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
60 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
73 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
86 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
H A Dzend_ptr_stack.h72 static zend_always_inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) in zend_ptr_stack_2_push()
85 static zend_always_inline void zend_ptr_stack_3_pop(zend_ptr_stack *stack, void **a, void **b, void… in zend_ptr_stack_3_pop()
93 static zend_always_inline void zend_ptr_stack_2_pop(zend_ptr_stack *stack, void **a, void **b) in zend_ptr_stack_2_pop()
H A Dzend_strtod.c263 #define Sign_Extend(a,b) if (b < 0) a |= 0xffff0000; argument
390 #define rounded_product(a,b) a = rnd_prod(a, b) argument
391 #define rounded_quotient(a,b) a = rnd_quot(a, b) argument
398 #define rounded_product(a,b) a *= b argument
399 #define rounded_quotient(a,b) a /= b argument
670 static Bigint * mult(Bigint *a, Bigint *b) in mult()
887 static int cmp(Bigint *a, Bigint *b) in cmp()
916 static Bigint * diff(Bigint *a, Bigint *b) in diff()
995 volatile _double a; in ulp() local
1028 (a, e) Bigint *a; int *e; in b2d() argument
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd_intern.h4 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
6 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
8 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
10 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
H A Dgd_rotate.c23 int i, r, g, b, a, clrBackR, clrBackG, clrBackB, clrBackA; in gdImageSkewX() local
120 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
208 int c,r,g,b,a; in gdImageRotate90() local
255 int c,r,g,b,a; in gdImageRotate180() local
303 int c,r,g,b,a; in gdImageRotate270() local
H A Dgd_filter.c19 int r,g,b,a; in gdImageNegate() local
52 int r,g,b,a; in gdImageGrayScale() local
85 int r,g,b,a; in gdImageBrightness() local
130 int r,g,b,a; in gdImageContrast() local
202 int r,g,b,a; in gdImageColor() local
H A Dgd_security.c20 int overflow2(int a, int b) in overflow2()
/PHP-5.5/ext/session/
H A Dmod_user.c29 #define SESS_ZVAL_LONG(val, a) \ argument
35 #define SESS_ZVAL_STRING(vl, a) \ argument
41 #define SESS_ZVAL_STRINGN(vl, ln, a) \ argument
69 #define PSF(a) PS(mod_user_names).name.ps_##a argument
/PHP-5.5/ext/standard/
H A Dstrnatcmp.c46 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right()
78 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left()
102 PHPAPI int strnatcmp_ex(char const *a, size_t a_len, char const *b, size_t b_len, int fold_case) in strnatcmp_ex()
H A Dphp_string.h111 #define strnatcmp(a, b) \ argument
113 #define strnatcasecmp(a, b) \ argument
H A Dsha1.c140 #define FF(a, b, c, d, e, w) { \ argument
145 #define GG(a, b, c, d, e, w) { \ argument
150 #define HH(a, b, c, d, e, w) { \ argument
155 #define II(a, b, c, d, e, w) { \ argument
264 php_uint32 a = state[0], b = state[1], c = state[2]; local
/PHP-5.5/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h33 # define DBERRHANDLE(a, b) dbprocerrhandle(a, b) argument
34 # define DBMSGHANDLE(a, b) dbprocmsghandle(a, b) argument
37 # define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument
78 # define DBERRHANDLE(a, b) dberrhandle(b) argument
79 # define DBMSGHANDLE(a, b) dbmsghandle(b) argument
80 # define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h44 #define mysql_change_user(r,a,b,c) mysqlnd_change_user((r), (a), (b), (c), FALSE) argument
53 #define mysql_escape_string(a,b,c) mysqlnd_escape_string((a), (b), (c)) argument
62 #define mysql_init(a) mysqlnd_init((a)) argument
74 #define mysql_real_escape_string(r,a,b,c) mysqlnd_real_escape_string((r), (a), (b), (c)) argument
75 #define mysql_real_query(r,a,b) mysqlnd_query((r), (a), (b)) argument
78 #define mysql_select_db(r,a) mysqlnd_select_db((r), (a) ,strlen((a))) argument
80 #define mysql_set_character_set(r,a) mysqlnd_set_character_set((r), (a)) argument
101 #define mysql_stmt_attr_get(s,a,v) mysqlnd_stmt_attr_get((s), (a), (v)) argument
102 #define mysql_stmt_attr_set(s,a,v) mysqlnd_stmt_attr_set((s), (a), (v)) argument
109 #define mysql_options(c,a,v) mysqlnd_options((c), (a), (v)) argument
[all …]
/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_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()
/PHP-5.5/ext/hash/
H A Dhash_md.c243 #define FF(a, b, c, d, x, s, ac) { \ argument
248 #define GG(a, b, c, d, x, s, ac) { \ argument
253 #define HH(a, b, c, d, x, s, ac) { \ argument
258 #define II(a, b, c, d, x, s, ac) { \ argument
358 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; local
454 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument
455 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument
456 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument
460 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MD4Transform() local
/PHP-5.5/ext/sockets/
H A Dwindows_common.h26 #define IS_INVALID_SOCKET(a) (a->bsd_socket == INVALID_SOCKET) argument
33 #define set_errno(a) WSASetLastError(a) argument
34 #define close(a) closesocket(a) argument
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dbcmath.h76 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
77 #define MIN(a, b) ((a)>(b)?(b):(a)) argument
78 #define ODD(a) ((a)&1) argument
/PHP-5.5/ext/mssql/
H A Dphp_mssql.h65 #define DBERRHANDLE(a, b) dberrhandle(b) argument
66 #define DBMSGHANDLE(a, b) dbmsghandle(b) argument
67 #define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
77 #define DBERRHANDLE(a, b) dbprocerrhandle(a, b) argument
78 #define DBMSGHANDLE(a, b) dbprocmsghandle(a, b) argument
81 #define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument
/PHP-5.5/ext/tidy/examples/
H A Durlgrab5.php36 $a = tidy_parse_file($_SERVER['argv'][1]); variable
/PHP-5.5/Zend/tests/bug67436/
H A Da.php3 class a { class
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_version.c60 #define STRING(a) # a argument
/PHP-5.5/ext/gd/
H A Dgd_compat.c49 int overflow2(int a, int b) in overflow2()

Completed in 64 milliseconds

1234567