Home
last modified time | relevance | path

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

123

/PHP-7.0/ext/standard/
H A Dcrypt_sha512.c167 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
168 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
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.c224 static double php_asinh(double z) in php_asinh()
265 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.0/ext/opcache/
H A Dzend_persist_calc.c121 static void zend_persist_zval_calc(zval *z) in zend_persist_zval_calc()
/PHP-7.0/Zend/
H A Dzend_API.h568 #define ZVAL_STRINGL(z, s, l) do { \ argument
572 #define ZVAL_STRING(z, s) do { \ argument
577 #define ZVAL_EMPTY_STRING(z) do { \ argument
581 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
585 #define ZVAL_PSTRING(z, s) do { \ argument
590 #define ZVAL_EMPTY_PSTRING(z) do { \ argument
594 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
648 #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.c1282 zval *z; in zend_binary_assign_op_obj_dim() local
1369 zval *z; in zend_post_incdec_overloaded_property() local
1415 zval *z, *zptr, obj; in zend_pre_incdec_overloaded_property() local
1457 zval *z; in zend_assign_op_overloaded_property() local
H A Dzend_vm_def.h1459 zval *z; variable
5571 zval *z = var; variable
H A Dzend_vm_execute.h2875 zval *z; local
6212 zval *z = var; local
7162 zval *z = var; local
8053 zval *z = var; local
28665 zval *z; local
32634 zval *z = var; local
33940 zval *z = var; local
35194 zval *z = var; local
40718 zval *z; local
42495 zval *z = var; local
[all …]
H A Dzend_operators.c857 zval *z = Z_OBJ_HT_P(op)->get(op, &tmp); in _zval_get_string_func() local
/PHP-7.0/ext/date/lib/
H A Dastro.c162 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local
H A Dtimelib_structs.h243 int z; /* GMT offset in minutes */ member
/PHP-7.0/ext/fileinfo/libmagic/
H A Dcompress.c335 z_stream z; in uncompressgzipped() local
/PHP-7.0/ext/date/
H A Dphp_date.h154 timelib_abbr_info z; /* TIMELIB_ZONETYPE_ABBR */ member
H A Dphp_date.c2899 static void zval_from_error_container(zval *z, timelib_error_container *error) /* {{{ */ in zval_from_error_container()
/PHP-7.0/sapi/litespeed/
H A Dlsapilib.c3468 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3469 #define F2(x, y, z) F1(z, x, y) argument
3470 #define F3(x, y, z) (x ^ y ^ z) argument
3471 #define F4(x, y, z) (y ^ (x | ~z)) argument
3474 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-7.0/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.0/ext/xml/
H A Dcompat.c96 int z = 0; in _start_element_handler_ns() local
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd.h232 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument
/PHP-7.0/ext/phar/
H A Dphar.c1257 const char *ext_str, *z; local
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c1435 #define PHP_SQLITE3_SET_TYPE(z, p) \ argument
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c12408 char *z; /* Pointer to data for string (char array) types */ member
14740 const char *z; /* Text of the token. Not NULL-terminated! */ member
16628 #define sqlite3TableLock(v,w,x,y,z) argument
16691 #define sqlite3WithPush(x,y,z) argument
17823 char *z; /* String or BLOB value */ member
19107 char *z, zBuf[30]; in parseModifier() local
19320 const unsigned char *z; in isDate() local
19451 char *z; in strftimeFunc() local
20804 char *z; in sqlite3MemMalloc() local
20863 char *z; in sqlite3MemFree() local
[all …]
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c2022 static zval *sxe_get_value(zval *z, zval *rv) /* {{{ */ in sxe_get_value()
/PHP-7.0/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 677 milliseconds

123