Home
last modified time | relevance | path

Searched defs:z (Results 26 – 50 of 53) sorted by relevance

123

/php-src/ext/standard/
H A Dcrypt_sha256.c127 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
128 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
H A Dcrypt_sha512.c156 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
157 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
H A Dfile.c806 char *z = memchr(posix_mode, 'b', mode_len); in PHP_FUNCTION() local
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1577 zval *z; in zend_jit_assign_dim_op_helper() local
2598 zval *z; in _zend_jit_assign_op_overloaded_property() local
2912 zval *z; in zend_jit_pre_inc_obj_helper() local
2982 zval *z; in zend_jit_pre_dec_obj_helper() local
3047 zval *z; in zend_jit_post_inc_obj_helper() local
3108 zval *z; in zend_jit_post_dec_obj_helper() local
/php-src/ext/date/lib/
H A Dastro.c162 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local
H A Dtimelib.h255 int z; /* UTC offset in seconds */ member
/php-src/ext/opcache/
H A Dzend_persist_calc.c100 static void zend_persist_zval_calc(zval *z) in zend_persist_zval_calc()
H A Dzend_persist.c202 static void zend_persist_zval(zval *z) in zend_persist_zval()
/php-src/ext/date/
H A Dphp_date.h75 timelib_abbr_info z; /* TIMELIB_ZONETYPE_ABBR */ member
/php-src/Zend/
H A Dzend_API.h950 #define ZVAL_STRINGL(z, s, l) do { \ argument
954 #define ZVAL_STRING(z, s) do { \ argument
959 #define ZVAL_EMPTY_STRING(z) do { \ argument
963 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
967 #define ZVAL_PSTRING(z, s) do { \ argument
972 #define ZVAL_EMPTY_PSTRING(z) do { \ argument
976 #define ZVAL_CHAR(z, c) do { \ argument
981 #define ZVAL_STRINGL_FAST(z, s, l) do { \ argument
985 #define ZVAL_STRING_FAST(z, s) do { \ argument
990 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
[all …]
H A Dzend_weakrefs.c62 #define zend_weakref_fetch(z) zend_weakref_from(Z_OBJ_P(z)) argument
65 #define zend_weakmap_fetch(z) zend_weakmap_from(Z_OBJ_P(z)) argument
H A Dzend_execute.c1568 zval *z; in zend_binary_assign_op_obj_dim() local
2074 zval *z; in zend_post_incdec_overloaded_property() local
2103 zval *z; in zend_pre_incdec_overloaded_property() local
2135 zval *z; in zend_assign_op_overloaded_property() local
H A Dzend_hash.h87 #define ZVAL_EMPTY_ARRAY(z) do { \ argument
H A Dzend_vm_def.h1682 zval *z; variable
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c492 #define ADD_ACTIVE_DATA(x,y,z) \ argument
511 #define ADD_NEW_DATA(x,y,z) \ argument
/php-src/main/
H A Doutput.c1147 static int php_output_stack_apply_list(void *h, void *z) in php_output_stack_apply_list()
1159 static int php_output_stack_apply_status(void *h, void *z) in php_output_stack_apply_status()
/php-src/ext/pcntl/
H A Dpcntl.c21 #define IF_DEBUG(z) z argument
23 #define IF_DEBUG(z) argument
/php-src/ext/fileinfo/libmagic/
H A Dder.c258 uint32_t z = i << 1; in der_data() local
H A Dcompress.c613 z_stream z; in uncompresszlib() local
/php-src/sapi/litespeed/
H A Dlsapilib.c4254 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
4255 #define F2(x, y, z) F1(z, x, y) argument
4256 #define F3(x, y, z) (x ^ y ^ z) argument
4257 #define F4(x, y, z) (y ^ (x | ~z)) argument
4260 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/php-src/ext/gd/libgd/
H A Dgd_bmp.c768 int r, g, b, z; in bmp_read_palette() local
/php-src/ext/xml/
H A Dcompat.c95 int z = 0; in _start_element_handler_ns() local
/php-src/ext/mysqlnd/
H A Dmysqlnd.h227 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument
/php-src/ext/phar/
H A Dphar.c1307 const char *ext_str, *z; in phar_open_or_create_filename() local
/php-src/ext/sqlite3/
H A Dsqlite3.c1688 #define PHP_SQLITE3_SET_TYPE(z, p) \ argument

Completed in 147 milliseconds

123