Home
last modified time | relevance | path

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

1234567

/PHP-7.1/ext/gd/libgd/
H A Dgd_gif_in.c49 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
H A Dgd_gd2.c365 int a = chunkBuf[chunkPos++] << 24; in gdImageCreateFromGd2Ctx() local
H A Dgd.h541 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
/PHP-7.1/sapi/cli/
H A Dphp_cli.c194 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
/PHP-7.1/ext/snmp/
H A Dsnmp.c92 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
439 #define PHP_SNMP_SESSION_FREE(a) { \ argument
/PHP-7.1/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.1/ext/openssl/
H A Dxp_ssl.c2079 static struct timeval subtract_timeval( struct timeval a, struct timeval b ) in subtract_timeval()
2094 static int compare_timeval( struct timeval a, struct timeval b ) in compare_timeval()
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c666 #define ARCH_32_64(a, b) a argument
668 #define ARCH_32_64(a, b) b argument
/PHP-7.1/ext/fileinfo/libmagic/
H A Dapprentice.c866 apprentice_sort(const void *a, const void *b) in apprentice_sort()
1644 #define SET_LENGTH(a) m->str_flags = (m->str_flags & ~PSTRING_LEN) | (a) in parse_string_modifier() argument
/PHP-7.1/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.1/main/
H A DSAPI.h187 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) argument
H A Dnetwork.c405 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
/PHP-7.1/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
2620 int a; in exif_process_user_comment() local
/PHP-7.1/
H A Drun-tests.php930 function test_sort($a, $b)
/PHP-7.1/ext/wddx/
H A Dwddx.c65 #define php_wddx_deserialize(a,b) \ argument
/PHP-7.1/ext/session/
H A Dphp_session.h61 #define PS_SET_MOD_DATA(a) *mod_data = (a) argument
/PHP-7.1/Zend/
H A Dzend_hash.c64 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__); argument
69 #define IS_CONSISTENT(a) argument
H A Dzend_alloc.c1167 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
1171 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregint.h206 #define MIN(a,b) (((a)>(b))?(b):(a)) argument
207 #define MAX(a,b) (((a)<(b))?(b):(a)) argument
H A Dregcomp.c68 swap_node(Node* a, Node* b) in swap_node()
4048 is_equal_mml(MinMaxLen* a, MinMaxLen* b) in is_equal_mml()
5062 print_distance_range(FILE* f, OnigDistance a, OnigDistance b) in print_distance_range()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c69 #define SETBIT(a,b) a[(b)/8] |= (1 << ((b)&7)) argument
435 #define STRING(a) # a argument
/PHP-7.1/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.1/ext/interbase/
H A Dibase_query.c226 ibase_array *a = &ar[n++]; in _php_ibase_alloc_array() local
/PHP-7.1/ext/iconv/
H A Diconv.c62 #define _php_iconv_memequal(a, b, c) \ argument

Completed in 599 milliseconds

1234567