/PHP-5.3/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 22 #define __attribute(A) argument 243 #define uint1korr(A) (*(((uint8_t*)(A)))) argument 293 #define sint2korr(A) (*((int16_t *) (A))) argument 302 #define sint4korr(A) (*((long *) (A))) argument 304 #define uint2korr(A) (*((uint16_t *) (A))) argument 315 #define int3store(T,A) { \ argument 320 #define int5store(T,A) { \ argument 328 #define int6store(T,A) { \ argument 398 #define int4store(T,A) do { \ argument 403 #define int5store(T,A) do { \ argument [all …]
|
H A D | config-win.h | 66 #define sint2korr(A) (*((int16_t *) (A))) argument 75 #define sint4korr(A) (*((int32_t *) (A))) argument 76 #define uint2korr(A) (*((uint16_t *) (A))) argument 78 #define uint4korr(A) (*((uint32_t *) (A))) argument 84 #define uint8korr(A) (*((uint64_t *) (A))) argument 85 #define sint8korr(A) (*((int64_t *) (A))) argument 86 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) argument 87 #define int3store(T,A) { *(T)= (zend_uchar) ((A));\ argument 90 #define int4store(T,A) *((int32_t *) (T))= (int32_t) (A) argument 91 #define int5store(T,A) { *(T)= (zend_uchar)((A));\ argument [all …]
|
H A D | mysqlnd_net.c | 213 #define COPY_HEADER(T,A) do { \ argument
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | parse.y | 94 temp(A) ::= TEMP. {A = 1;} in temp() argument 95 temp(A) ::= . {A = 0;} in temp() argument 117 id(A) ::= ID(X). {A = X;} in id() argument 149 ids(A) ::= ID(X). {A = X;} in ids() argument 150 ids(A) ::= STRING(X). {A = X;} in ids() argument 155 nm(A) ::= ID(X). {A = X;} in nm() argument 156 nm(A) ::= STRING(X). {A = X;} in nm() argument 157 nm(A) ::= JOIN_KW(X). {A = X;} in nm() argument 165 typename(A) ::= ids(X). {A = X;} in typename() argument 166 typename(A) ::= typename(X) ids. {A = X;} in typename() argument [all …]
|
H A D | os.c | 61 # define fcntl(A,B,C) 0 argument 111 #define TRACE4(X,Y,Z,A) argument 112 #define TRACE5(X,Y,Z,A,B) argument 366 #define SimulateIOError(A) \ argument 373 #define SimulateIOError(A) argument
|
H A D | date.c | 220 int Y, M, D, A, B, X1, X2; in computeJD() local 339 int Z, A, B, C, D, E, X1; in computeYMD() local
|
H A D | btree.c | 70 #define SWAB_ADD(B,X,A) \ argument
|
/PHP-5.3/ext/mysqli/ |
H A D | mysqli_libmysql.h | 55 #define uint1korr(A) (*(((uint8_t*)(A)))) argument 59 #define bit_uint2korr(A) ((uint16_t) (((uint16_t) (((unsigned char*) (A))[1])) +\ argument 64 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\ argument 70 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\ argument 77 #define bit_uint5korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[4])) +\ argument 85 #define bit_uint6korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[5])) +\ argument 95 #define bit_uint7korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[6])) +\ argument 106 #define bit_uint8korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[7])) +\ argument
|
/PHP-5.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_uuencode.c | 126 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec() local
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gdkanji.c | 341 #define ustrcpy(A,B) (strcpy((char*)(A),(const char*)(B))) argument
|
/PHP-5.3/ext/hash/ |
H A D | hash_gost.c | 89 #define A(x, l, r) \ macro
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 11308 # define sqlite3ViewGetColumnNames(A,B) 0 argument 11454 # define sqlite3DeleteTrigger(A,B) argument 11455 # define sqlite3DropTriggerPtr(A,B) argument 11456 # define sqlite3UnlinkAndDeleteTrigger(A,B,C) argument 11461 # define sqlite3TriggerColmask(A,B,C,D,E,F,G) 0 argument 11804 # define IOTRACE(A) argument 13337 int Y, M, D, A, B, X1, X2; in computeJD() local 13464 int Z, A, B, C, D, E, X1; in computeYMD() local 14920 # define backtrace(A,B) 1 argument 14921 # define backtrace_symbols_fd(A,B,C) argument [all …]
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | file.h | 296 #define BIT(A) (1 << (A)) argument
|