Home
last modified time | relevance | path

Searched defs:b (Results 151 – 175 of 181) sorted by relevance

12345678

/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c52 #define PHPDBG_BREAK_INIT(b, t) do {\ argument
/php-src/main/
H A DSAPI.h204 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) argument
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c836 #define ARCH_32_64(a, b) a argument
838 #define ARCH_32_64(a, b) b argument
/php-src/Zend/
H A Dzend_API.h566 static zend_always_inline void add_assoc_bool(zval *arg, const char *key, bool b) { in add_assoc_bool()
652 static zend_always_inline void add_property_bool(zval *arg, const char *key, bool b) { in add_property_bool()
748 …_always_inline bool zend_fcc_equals(const zend_fcall_info_cache* a, const zend_fcall_info_cache* b) in zend_fcc_equals()
1007 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b) argument
1033 #define RETURN_BOOL(b) do { RETVAL_BOOL(b); return; } while (0) argument
H A Dzend_API.c1853 ZEND_API void add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, bool b) /* {{{ */ in add_assoc_bool_ex()
1958 ZEND_API void add_index_bool(zval *arg, zend_ulong index, bool b) /* {{{ */ in add_index_bool()
2057 ZEND_API zend_result add_next_index_bool(zval *arg, bool b) /* {{{ */ in add_next_index_bool()
2188 ZEND_API void 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.c1214 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
1218 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
H A Dzend.c1681 char b[1024]; in zend_strerror_noreturn() local
H A Dzend_hash.c1234 ZEND_API zval* ZEND_FASTCALL zend_hash_set_bucket_key(HashTable *ht, Bucket *b, zend_string *key) in zend_hash_set_bucket_key()
/php-src/Zend/Optimizer/
H A Dzend_ssa.c27 static bool dominates(const zend_basic_block *blocks, int a, int b) { in dominates()
/php-src/ext/gd/
H A Dgd.c538 int body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
1775 int b; in _php_image_output() local
3207 zend_long r,g,b,tmp; in php_image_filter_colorize() local
/php-src/ext/standard/
H A Dimage.c170 unsigned char *b, *buf = NULL; in php_handle_swc() local
H A Dfilters.c191 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
/php-src/ext/exif/
H A Dexif.c60 # define max(a,b) ((a)>(b) ? (a) : (b)) argument
2532 for (int b = 0; b < l; b++) { in add_assoc_image_info() local
2559 for (int b = 0; b < l; b++) { in add_assoc_image_info() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h36 lxb_css_display_type_t b; member
/php-src/ext/ftp/
H A Dftp.c797 unsigned long b[6]; in ftp_pasv() local
/php-src/ext/opcache/jit/ir/
H A Dir_private.h62 #define IR_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
63 #define IR_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
/php-src/ext/hash/
H A Dhash.c1151 #define PHP_HASH_HAVAL_REGISTER(p,b) php_hash_register_algo("haval" #b "," #p , &php_hash_##p##hava… argument
/php-src/ext/snmp/
H A Dsnmp.c80 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
/php-src/ext/iconv/
H A Diconv.c86 #define _php_iconv_memequal(a, b, c) \ argument
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1077 apprentice_sort(const void *a, const void *b) in apprentice_sort()
/php-src/ext/sqlite3/
H A Dsqlite3.c894 …_sqlite3_callback_compare(void *coll, int a_len, const void *a, int b_len, const void* b) /* {{{ */ in php_sqlite3_callback_compare()
/php-src/ext/openssl/
H A Dopenssl.c4314 BIGNUM *p = NULL, *a = NULL, *b = NULL, *order = NULL, *g_x = NULL, *g_y = NULL , *cofactor = NULL; in php_openssl_pkey_init_legacy_ec() local
4461 BIGNUM *p = NULL, *a = NULL, *b = NULL, *order = NULL, *g_x = NULL, *g_y = NULL, *cofactor = NULL; in php_openssl_pkey_init_ec() local
7305 static int php_openssl_compare_func(Bucket *a, Bucket *b) in php_openssl_compare_func()
/php-src/ext/hash/xxhash/
H A Dxxhash.h3160 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mulo(xxh_u32x4 a, xxh_u32x4 b) in XXH_vec_mulo()
3166 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mule(xxh_u32x4 a, xxh_u32x4 b) in XXH_vec_mule()
/php-src/ext/date/
H A Dphp_date.c4444 timelib_time *b = NULL, *e = NULL; in date_interval_initialize() local
5023 timelib_time *b = NULL, *e = NULL; in date_period_initialize() local
/php-src/ext/mbstring/
H A Dmbstring.c6082 unsigned char b = *p++; in transfer_encode_mime_bytes() local
6097 unsigned char b = *p++; in transfer_encode_mime_bytes() local

Completed in 234 milliseconds

12345678