Home
last modified time | relevance | path

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

1234567

/PHP-7.3/ext/snmp/
H A Dsnmp.c83 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
430 #define PHP_SNMP_SESSION_FREE(a) { \ argument
/PHP-7.3/ext/gd/libgd/
H A Dgd_gd2.c366 int a = chunkBuf[chunkPos++] << 24; in gdImageCreateFromGd2Ctx() local
H A Dgd.h547 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
/PHP-7.3/sapi/cli/
H A Dphp_cli.c193 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
/PHP-7.3/ext/sockets/
H A Dsockets.c54 # define IS_INVALID_SOCKET(a) (a->bsd_socket < 0) argument
55 # define set_errno(a) (errno = a) argument
/PHP-7.3/ext/mysqli/
H A Dmysqli.c41 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument
H A Dmysqli_nonapi.c34 #define SAFE_STR(a) ((a)?a:"") argument
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c720 #define ARCH_32_64(a, b) a argument
722 #define ARCH_32_64(a, b) b argument
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c917 apprentice_sort(const void *a, const void *b) in apprentice_sort()
1699 #define SET_LENGTH(a) m->str_flags = (m->str_flags & ~PSTRING_LEN) | (a) in parse_string_modifier() argument
/PHP-7.3/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.3/main/
H A DSAPI.h185 #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.3/ext/openssl/
H A Dxp_ssl.c2204 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval()
2220 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregenc.c945 onig_codes_cmp(OnigCodePoint a[], OnigCodePoint b[], int n) in onig_codes_cmp()
H A Dregint.h185 #define MIN(a,b) (((a)>(b))?(b):(a)) argument
186 #define MAX(a,b) (((a)<(b))?(b):(a)) argument
455 #define ANCHOR_HAS_BODY(a) ((a)->type < ANCR_BEGIN_BUF) argument
/PHP-7.3/ext/wddx/
H A Dwddx.c63 #define php_wddx_deserialize(a,b) \ argument
/PHP-7.3/ext/session/
H A Dphp_session.h59 #define PS_SET_MOD_DATA(a) *mod_data = (a) argument
/PHP-7.3/
H A Drun-tests.php963 function test_sort($a, $b)
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_main.c199 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
/PHP-7.3/Zend/
H A Dzend_hash.c69 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__); argument
74 #define IS_CONSISTENT(a) argument
H A Dzend_alloc.c1183 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
1187 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
/PHP-7.3/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c26 #define ROL32(a, offset) ((((UINT32)a) << (offset)) ^ (((UINT32)a) >> (32-(offset)))) argument
/PHP-7.3/ext/interbase/
H A Dibase_query.c226 ibase_array *a = &ar[n++]; in _php_ibase_alloc_array() local
/PHP-7.3/ext/iconv/
H A Diconv.c60 #define _php_iconv_memequal(a, b, c) \ argument
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c254 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()

Completed in 604 milliseconds

1234567