Home
last modified time | relevance | path

Searched defs:b (Results 126 – 150 of 165) sorted by relevance

1234567

/PHP-7.3/Zend/
H A Dzend_ini.c181 static int ini_key_compare(const void *a, const void *b) /* {{{ */ in ini_key_compare()
H A Dzend_API.c1374 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1461 ZEND_API int add_index_bool(zval *arg, zend_ulong index, int b) /* {{{ */ in add_index_bool()
1546 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool()
1725 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b) /* {{{ */ in add_property_bool_ex()
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/gd/libgd/
H A Dgd_gd2.c369 int b = chunkBuf[chunkPos++]; in gdImageCreateFromGd2Ctx() local
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_conf.c551 int b; in fpm_conf_set_array() local
H A Dfpm_main.c199 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
/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/pcre/pcre2lib/
H A Dpcre2.h783 #define PCRE2_JOIN(a,b) a ## b argument
784 #define PCRE2_GLUE(a,b) PCRE2_JOIN(a,b) argument
/PHP-7.3/ext/mysqli/
H A Dmysqli.c41 #define MYSQLI_ADD_PROPERTIES(a, b) \ 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
H A DsljitNativeTILEGX_64.c350 #define push_inst(a, b) push_inst_debug(a, b, __LINE__) argument
547 const struct Format *b = NULL; in compute_format() local
/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/wddx/
H A Dwddx.c63 #define php_wddx_deserialize(a,b) \ argument
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_bp.c55 #define PHPDBG_BREAK_INIT(b, t) do {\ argument
/PHP-7.3/
H A Drun-tests.php963 function test_sort($a, $b)
/PHP-7.3/ext/hash/
H A Dhash.c897 #define PHP_HASH_HAVAL_REGISTER(p,b) php_hash_register_algo("haval" #b "," #p , &php_hash_##p##hava… argument
/PHP-7.3/ext/standard/
H A Dimage.c208 unsigned char *b, *buf = NULL; in php_handle_swc() local
/PHP-7.3/ext/gd/
H A Dgd.c1394 int body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
2666 int b; in _php_image_output() local
4367 zend_long r,g,b,tmp; in php_image_filter_colorize() local
/PHP-7.3/ext/ftp/
H A Dftp.c798 unsigned long b[6]; in ftp_pasv() local
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c12266 const unsigned char *b; member
15273 # define sqlite3VdbeScanStatus(a,b,c,d,e) argument
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
19429 #define sqlite3FkOldmask(a,b) 0 argument
[all …]
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c430 node_swap(Node* a, Node* b) in node_swap()
5416 is_equal_mml(MinMax* a, MinMax* b) in is_equal_mml()
6451 print_distance_range(FILE* f, OnigLen a, OnigLen b) in print_distance_range()
/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 530 milliseconds

1234567