Home
last modified time | relevance | path

Searched defs:a (Results 126 – 150 of 162) sorted by relevance

1234567

/PHP-7.2/sapi/cli/
H A Dphp_cli.c195 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
/PHP-7.2/ext/gd/libgd/
H A Dgd_gd2.c366 int a = chunkBuf[chunkPos++] << 24; in gdImageCreateFromGd2Ctx() local
H A Dgd.h549 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
/PHP-7.2/ext/snmp/
H A Dsnmp.c85 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
432 #define PHP_SNMP_SESSION_FREE(a) { \ argument
/PHP-7.2/ext/mysqli/
H A Dmysqli.c43 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument
H A Dmysqli_nonapi.c36 #define SAFE_STR(a) ((a)?a:"") argument
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregenc.c893 onig_codes_cmp(OnigCodePoint a[], OnigCodePoint b[], int n) in onig_codes_cmp()
H A Dregint.h180 #define MIN(a,b) (((a)>(b))?(b):(a)) argument
181 #define MAX(a,b) (((a)<(b))?(b):(a)) argument
H A Dregcomp.c68 swap_node(Node* a, Node* b) in swap_node()
4102 is_equal_mml(MinMaxLen* a, MinMaxLen* b) in is_equal_mml()
5124 print_distance_range(FILE* f, OnigLen a, OnigLen b) in print_distance_range()
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c697 #define ARCH_32_64(a, b) a argument
699 #define ARCH_32_64(a, b) b argument
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c877 apprentice_sort(const void *a, const void *b) in apprentice_sort()
1659 #define SET_LENGTH(a) m->str_flags = (m->str_flags & ~PSTRING_LEN) | (a) in parse_string_modifier() argument
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c12265 const unsigned char *a; member
17553 } *a; member
18454 } a[1]; member
18532 # define sqlite3WindowDelete(a,b) argument
18534 # define sqlite3WindowAttach(a,b,c) argument
19079 # define sqlite3AuthRead(a,b,c,d) argument
19081 # define sqlite3AuthContextPush(a,b,c) argument
19426 #define sqlite3FkActions(a,b,c,d,e,f) argument
19427 #define sqlite3FkCheck(a,b,c,d,e,f) argument
19428 #define sqlite3FkDropTable(a,b,c) argument
[all …]
/PHP-7.2/main/
H A DSAPI.h186 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) argument
H A Dnetwork.c393 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
/PHP-7.2/ext/opcache/Optimizer/
H A Dsccp.c1386 static void join_phi_values(zval *a, zval *b) { in join_phi_values()
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c2156 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval()
2172 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval()
/PHP-7.2/ext/exif/
H A Dexif.c75 # define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) argument
78 # define safe_erealloc(p,a,b,c) erealloc(p, (a)*(b)+(c)) argument
87 # define max(a,b) ((a)>(b) ? (a) : (b)) argument
3033 int a; in exif_process_user_comment() local
/PHP-7.2/ext/wddx/
H A Dwddx.c65 #define php_wddx_deserialize(a,b) \ argument
/PHP-7.2/ext/session/
H A Dphp_session.h61 #define PS_SET_MOD_DATA(a) *mod_data = (a) argument
/PHP-7.2/
H A Drun-tests.php965 function test_sort($a, $b)
/PHP-7.2/Zend/
H A Dzend_hash.c66 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__); argument
71 #define IS_CONSISTENT(a) argument
H A Dzend_alloc.c1169 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
1173 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c71 #define SETBIT(a,b) a[(b)/8] |= (1 << ((b)&7)) argument
437 #define STRING(a) # a argument
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c230 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c26 #define ROL32(a, offset) ((((UINT32)a) << (offset)) ^ (((UINT32)a) >> (32-(offset)))) argument

Completed in 707 milliseconds

1234567