Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2202 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval()
2218 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval()
/PHP-7.4/main/
H A Dnetwork.c394 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c879 #define ARCH_32_64(a, b) a argument
881 #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.4/sapi/phpdbg/
H A Dphpdbg_bp.c55 #define PHPDBG_BREAK_INIT(b, t) do {\ argument
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c28 static zend_bool dominates(const zend_basic_block *blocks, int a, int b) { in dominates()
/PHP-7.4/Zend/
H A Dzend_API.c1462 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1549 ZEND_API int add_index_bool(zval *arg, zend_ulong index, int b) /* {{{ */ in add_index_bool()
1627 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool()
1731 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.c1149 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
1153 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
H A Dzend_API.h620 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b) argument
639 #define RETURN_BOOL(b) { RETVAL_BOOL(b); return; } argument
H A Dzend_hash.c1086 ZEND_API zval* ZEND_FASTCALL zend_hash_set_bucket_key(HashTable *ht, Bucket *b, zend_string *key) in zend_hash_set_bucket_key()
/PHP-7.4/ext/hash/
H A Dhash.c904 #define PHP_HASH_HAVAL_REGISTER(p,b) php_hash_register_algo("haval" #b "," #p , &php_hash_##p##hava… argument
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c189 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
/PHP-7.4/ext/standard/
H A Dimage.c208 unsigned char *b, *buf = NULL; in php_handle_swc() local
H A Dfilters.c323 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
/PHP-7.4/ext/gd/
H A Dgd.c1430 int body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
2737 int b; in _php_image_output() local
4442 zend_long r,g,b,tmp; in php_image_filter_colorize() local
/PHP-7.4/ext/ftp/
H A Dftp.c803 unsigned long b[6]; in ftp_pasv() local
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c243 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()
/PHP-7.4/ext/iconv/
H A Diconv.c57 #define _php_iconv_memequal(a, b, c) \ argument
/PHP-7.4/ext/snmp/
H A Dsnmp.c83 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c931 apprentice_sort(const void *a, const void *b) in apprentice_sort()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c921 …_sqlite3_callback_compare(void *coll, int a_len, const void *a, int b_len, const void* b) /* {{{ */ in php_sqlite3_callback_compare()
/PHP-7.4/ext/exif/
H A Dexif.c62 # define max(a,b) ((a)>(b) ? (a) : (b)) argument
2434 int i, ap, l, b, idx=0, unknown=0; in add_assoc_image_info() local
/PHP-7.4/ext/date/
H A Dphp_date.c4178 timelib_time *b = NULL, *e = NULL; in date_interval_initialize() local
4651 timelib_time *b = NULL, *e = NULL; in date_period_initialize() local
/PHP-7.4/ext/zip/
H A Dphp_zip.c141 char b[8192]; in php_zip_extract_file() local
/PHP-7.4/ext/ffi/
H A Dffi.c2978 Bucket *b = type->record.fields.arData; in zend_ffi_same_types() local
3012 Bucket *b = type->func.args->arData; in zend_ffi_same_types() local

Completed in 251 milliseconds

1234567