Home
last modified time | relevance | path

Searched defs:b (Results 101 – 125 of 155) sorted by relevance

1234567

/PHP-7.4/Zend/
H A Dmicro_bench.php26 public $b = 0; variable in Foo
H A Dzend_types.h36 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
39 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
43 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
46 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
773 #define ZVAL_BOOL(z, b) do { \ argument
H A Dzend_ini.c174 static int ini_key_compare(const void *a, const void *b) /* {{{ */ in ini_key_compare()
/PHP-7.4/main/
H A Dfastcgi.c271 fcgi_hash_buckets *b; in fcgi_hash_destroy() local
348 fcgi_hash_buckets *b = (fcgi_hash_buckets*)malloc(sizeof(fcgi_hash_buckets)); in fcgi_hash_set() local
1089 fcgi_begin_request *b; in fcgi_read_request() local
H A Dphp_network.h47 # define ftruncate(a, b) chsize(a, b) argument
H A DSAPI.h186 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) argument
/PHP-7.4/ext/hash/
H A Dhash_haval.c250 #define PHP_HASH_HAVAL_INIT(p,b) \ argument
/PHP-7.4/ext/phar/
H A Dstream.c883 Bucket *b; in phar_wrapper_rename() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c532 file_trycdf(struct magic_set *ms, const struct buffer *b) in file_trycdf()
H A Dcompress.c217 file_zmagic(struct magic_set *ms, const struct buffer *b, const char *name) in file_zmagic()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c121 #define B(b) (reg_map[b] << 11) argument
843 #define ARCH_32_64(a, b) a argument
847 #define ARCH_32_64(a, b) b argument
H A DsljitNativeSPARC_common.c560 #define ARCH_32_64(a, b) a argument
562 #define ARCH_32_64(a, b) b argument
/PHP-7.4/ext/gd/libgd/
H A Dgd.h533 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
541 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
H A Dgd_bmp.c768 int r, g, b, z; in bmp_read_palette() local
H A Dgd_gif_in.c50 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
H A Dgd_gd2.c369 int b = chunkBuf[chunkPos++]; in gdImageCreateFromGd2Ctx() local
/PHP-7.4/ext/standard/
H A Dinfo.c750 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()
H A Dpack.c48 #define INC_OUTPUTPOS(a,b) \ argument
/PHP-7.4/
H A Drun-tests.php1089 function test_sort($a, $b)
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c590 register char b; in verifyHeader() local
676 register char b; in swapIntEndian() local
709 register char b; in fixHeaderIndexEndian() local
4250 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-7.4/win32/
H A Dglob.c365 Char *b, *eb; local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c551 int b; in fpm_conf_set_array() local
/PHP-7.4/sapi/cli/
H A Dphp_cli.c178 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h796 #define PCRE2_JOIN(a,b) a ## b argument
797 #define PCRE2_GLUE(a,b) PCRE2_JOIN(a,b) argument
/PHP-7.4/ext/mysqli/
H A Dmysqli.c41 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument

Completed in 154 milliseconds

1234567