Home
last modified time | relevance | path

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

1234567

/PHP-7.1/Zend/
H A Dzend_types.h33 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
36 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
40 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
43 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
610 #define ZVAL_BOOL(z, b) do { \ argument
H A Dmicro_bench.php26 public $b = 0; variable in Foo
H A Dzend_ini.c183 static int ini_key_compare(const void *a, const void *b) /* {{{ */ in ini_key_compare()
/PHP-7.1/ext/standard/
H A Dcrypt_freesec.c217 int i, j, b, k, inbit, obit; in _crypt_extended_init() local
H A Dinfo.c812 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()
H A Dpack.c56 #define INC_OUTPUTPOS(a,b) \ argument
/PHP-7.1/main/
H A Dfastcgi.c273 fcgi_hash_buckets *b; in fcgi_hash_destroy() local
350 fcgi_hash_buckets *b = (fcgi_hash_buckets*)malloc(sizeof(fcgi_hash_buckets)); in fcgi_hash_set() local
1091 fcgi_begin_request *b; in fcgi_read_request() local
H A Dphp.h153 #define CREATE_MUTEX(a, b) argument
H A Dphp_network.h49 # define ftruncate(a, b) chsize(a, b) argument
H A DSAPI.h187 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) argument
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c114 #define B(b) (reg_map[b] << 11) argument
716 #define ARCH_32_64(a, b) a argument
720 #define ARCH_32_64(a, b) b argument
H A DsljitNativeSPARC_common.c476 #define ARCH_32_64(a, b) a argument
478 #define ARCH_32_64(a, b) b argument
H A DsljitNativeMIPS_common.c666 #define ARCH_32_64(a, b) a argument
668 #define ARCH_32_64(a, b) b argument
/PHP-7.1/ext/hash/
H A Dhash_haval.c252 #define PHP_HASH_HAVAL_INIT(p,b) \ argument
/PHP-7.1/ext/phar/
H A Dstream.c900 Bucket *b; in phar_wrapper_rename() local
/PHP-7.1/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_gif_in.c49 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
H A Dgd_gd2.c368 int b = chunkBuf[chunkPos++]; in gdImageCreateFromGd2Ctx() local
/PHP-7.1/
H A Dserver-tests.php719 function test_sort($a, $b) {
/PHP-7.1/sapi/litespeed/
H A Dlsapilib.c559 register char b; in verifyHeader() local
645 register char b; in swapIntEndian() local
678 register char b; in fixHeaderIndexEndian() local
3871 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-7.1/win32/
H A Dglob.c367 Char *b, *eb; local
/PHP-7.1/sapi/cli/
H A Dphp_cli.c194 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.c549 int b; in fpm_conf_set_array() local
/PHP-7.1/ext/mysqli/
H A Dmysqli.c43 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c2079 static struct timeval subtract_timeval( struct timeval a, struct timeval b ) in subtract_timeval()
2094 static int compare_timeval( struct timeval a, struct timeval b ) in compare_timeval()

Completed in 118 milliseconds

1234567