Home
last modified time | relevance | path

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

1234567

/PHP-7.0/ext/opcache/Optimizer/
H A Dblock_pass.c105 #define print_block(a,b,c) argument
/PHP-7.0/ext/mysqli/
H A Dmysqli.c42 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument
H A Dmysqli_nonapi.c36 #define SAFE_STR(a) ((a)?a:"") argument
/PHP-7.0/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.0/ext/openssl/
H A Dxp_ssl.c2123 static struct timeval subtract_timeval( struct timeval a, struct timeval b ) in subtract_timeval()
2138 static int compare_timeval( struct timeval a, struct timeval b ) in compare_timeval()
/PHP-7.0/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.0/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
2607 int a; in exif_process_user_comment() local
/PHP-7.0/main/
H A DSAPI.h188 #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.0/ext/wddx/
H A Dwddx.c65 #define php_wddx_deserialize(a,b) \ argument
/PHP-7.0/
H A Drun-tests.php960 function test_sort($a, $b)
/PHP-7.0/ext/session/
H A Dphp_session.h61 #define PS_SET_MOD_DATA(a) *mod_data = (a) argument
/PHP-7.0/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.c1213 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
1217 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
H A Dzend_virtual_cwd.c103 #define tsrm_strtok_r(a,b,c) _tcstok((a),(b)) argument
/PHP-7.0/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.0/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.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c10071 const unsigned char *a; member
12874 # define sqlite3VdbeScanStatus(a,b,c,d,e) argument
15043 } *a; member
15899 } a[1]; member
16422 # define sqlite3AuthRead(a,b,c,d) argument
16424 # define sqlite3AuthContextPush(a,b,c) argument
16710 #define sqlite3FkActions(a,b,c,d,e,f) argument
16711 #define sqlite3FkCheck(a,b,c,d,e,f) argument
16712 #define sqlite3FkDropTable(a,b,c) argument
16713 #define sqlite3FkOldmask(a,b) 0 argument
[all …]
/PHP-7.0/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.0/ext/gd/libgd/
H A Dgd.h541 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c242 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()
/PHP-7.0/ext/interbase/
H A Dibase_query.c226 ibase_array *a = &ar[n++]; in _php_ibase_alloc_array() local
/PHP-7.0/ext/iconv/
H A Diconv.c62 #define _php_iconv_memequal(a, b, c) \ argument
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c866 static int php_sqlite3_callback_compare(void *coll, int a_len, const void *a, int b_len, const void…

Completed in 506 milliseconds

1234567