Home
last modified time | relevance | path

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

123

/PHP-7.1/ext/standard/
H A Dcrypt_sha256.c142 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
143 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
H A Dmath.c212 static double php_asinh(double z) in php_asinh()
253 static double php_atanh(double z) in php_atanh()
H A Dfile.c923 char *z = memchr(posix_mode, 'b', mode_len); in PHP_FUNCTION() local
/PHP-7.1/Zend/
H A Dzend_API.h579 #define ZVAL_STRINGL(z, s, l) do { \ argument
583 #define ZVAL_STRING(z, s) do { \ argument
588 #define ZVAL_EMPTY_STRING(z) do { \ argument
592 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
596 #define ZVAL_PSTRING(z, s) do { \ argument
601 #define ZVAL_EMPTY_PSTRING(z) do { \ argument
605 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
659 #define ZVAL_IS_NULL(z) (Z_TYPE_P(z) == IS_NULL) argument
H A Dzend_gc.h135 #define GC_ZVAL_CHECK_POSSIBLE_ROOT(z) \ in END_EXTERN_C() argument
H A Dzend_execute.c1106 zval *z; in zend_binary_assign_op_obj_dim() local
1371 zval *z; in zend_post_incdec_overloaded_property() local
1417 zval *z, *zptr, obj; in zend_pre_incdec_overloaded_property() local
1459 zval *z; in zend_assign_op_overloaded_property() local
H A Dzend_vm_def.h1481 zval *z; variable
5539 zval *z = var; variable
H A Dzend_operators.c893 zval *z = Z_OBJ_HT_P(op)->get(op, &tmp); in _zval_get_string_func() local
H A Dzend_API.c465 zval *z = Z_OBJ_HANDLER_P(arg, get)(arg, &rv); in zend_parse_arg_str_weak() local
/PHP-7.1/ext/pcntl/
H A Dpcntl.c25 #define IF_DEBUG(z) z argument
27 #define IF_DEBUG(z) argument
/PHP-7.1/ext/date/lib/
H A Dastro.c162 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local
H A Dtimelib_structs.h244 int z; /* GMT offset in minutes */ member
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcompress.c335 z_stream z; in uncompressgzipped() local
/PHP-7.1/ext/date/
H A Dphp_date.h154 timelib_abbr_info z; /* TIMELIB_ZONETYPE_ABBR */ member
H A Dphp_date.c2994 static void zval_from_error_container(zval *z, timelib_error_container *error) /* {{{ */ in zval_from_error_container()
/PHP-7.1/ext/opcache/
H A Dzend_persist.c300 static void zend_persist_zval(zval *z) in zend_persist_zval()
/PHP-7.1/sapi/litespeed/
H A Dlsapilib.c3855 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3856 #define F2(x, y, z) F1(z, x, y) argument
3857 #define F3(x, y, z) (x ^ y ^ z) argument
3858 #define F4(x, y, z) (y ^ (x | ~z)) argument
3861 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-7.1/main/
H A Doutput.c1150 static int php_output_stack_apply_list(void *h, void *z) in php_output_stack_apply_list()
1162 static int php_output_stack_apply_status(void *h, void *z) in php_output_stack_apply_status()
/PHP-7.1/ext/xml/
H A Dcompat.c96 int z = 0; in _start_element_handler_ns() local
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c19323 #define sqlite3TableLock(v,w,x,y,z) argument
19395 #define sqlite3WithPush(x,y,z) argument
19405 #define sqlite3UpsertNew(v,w,x,y,z) ((Upsert*)0) argument
20146 char *z; /* String or BLOB value */ member
20302 char z[8]; /* Dequoted value for the string */ member
21575 const char *z, /* The text of the modifier */ in parseModifier()
21797 const unsigned char *z; in isDate() local
21930 char *z; in strftimeFunc() local
23286 char *z; in sqlite3MemMalloc() local
23345 char *z; in sqlite3MemFree() local
[all …]
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd.h237 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument
/PHP-7.1/ext/sqlite3/
H A Dsqlite3.c1430 #define PHP_SQLITE3_SET_TYPE(z, p) \ argument
/PHP-7.1/ext/phar/
H A Dphar.c1257 const char *ext_str, *z; local
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c2020 static zval *sxe_get_value(zval *z, zval *rv) /* {{{ */ in sxe_get_value()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregcomp.c4382 static int z = 1<<15; /* 32768: something big value */ in select_opt_map_info() local
4625 int i, z; in optimize_node_left() local

Completed in 651 milliseconds

123