Home
last modified time | relevance | path

Searched defs:A (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_portability.h22 #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 Dconfig-win.h66 #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 Dmysqlnd_net.c317 #define COPY_HEADER(T,A) do { \ argument
/PHP-5.5/ext/mysqli/
H A Dmysqli_libmysql.h67 #define uint1korr(A) (*(((uint8_t*)(A)))) argument
71 #define bit_uint2korr(A) ((uint16_t) (((uint16_t) (((unsigned char*) (A))[1])) +\ argument
76 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\ argument
82 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\ argument
89 #define bit_uint5korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[4])) +\ argument
97 #define bit_uint6korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[5])) +\ argument
107 #define bit_uint7korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[6])) +\ argument
118 #define bit_uint8korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[7])) +\ argument
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c126 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec() local
/PHP-5.5/ext/gd/libgd/
H A Dgdkanji.c341 #define ustrcpy(A,B) (strcpy((char*)(A),(const char*)(B))) argument
/PHP-5.5/ext/hash/
H A Dhash_gost.c89 #define A(x, l, r) \ macro
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c8917 #define MIN(A,B) ((A)<(B)?(A):(B)) argument
8918 #define MAX(A,B) ((A)>(B)?(A):(B)) argument
13296 # define sqlite3SelectSetName(A,B) argument
13335 # define sqlite3DeleteTrigger(A,B) argument
13336 # define sqlite3DropTriggerPtr(A,B) argument
13396 #define getVarint32(A,B) \ argument
13398 #define putVarint32(A,B) \ argument
13732 # define IOTRACE(A) argument
15538 int Y, M, D, A, B, X1, X2; in computeJD() local
15670 int Z, A, B, C, D, E, X1; in computeYMD() local
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h312 #define BIT(A) (1 << (A)) argument
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c113 #define A(a) (reg_map[a] << 16) macro

Completed in 486 milliseconds