Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 52) sorted by last modified time

123

/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c4001 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
4002 #define F2(x, y, z) F1(z, x, y) argument
4003 #define F3(x, y, z) (x ^ y ^ z) argument
4004 #define F4(x, y, z) (y ^ (x | ~z)) argument
4007 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-7.2/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.2/ext/zip/examples/
H A Dget_set_comments.php5 $z = new ZipArchive; variable
H A Dim.php6 $z = new ZipArchive(); variable
/PHP-7.2/ext/xml/
H A Dcompat.c96 int z = 0; in _start_element_handler_ns() local
/PHP-7.2/ext/standard/
H A Dsha1.c123 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
124 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
125 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
126 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
H A Dmath.c213 static double php_asinh(double z) in php_asinh()
254 static double php_atanh(double z) in php_atanh()
H A Dmd5.c153 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
154 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
155 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
156 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
H A Dlcg.c58 int32_t z; in php_combined_lcg() local
H A Dfile.c943 char *z = memchr(posix_mode, 'b', mode_len); in PHP_FUNCTION() local
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
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c1463 #define PHP_SQLITE3_SET_TYPE(z, p) \ argument
/PHP-7.2/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.2/ext/simplexml/
H A Dsimplexml.c2008 static zval *sxe_get_value(zval *z, zval *rv) /* {{{ */ in sxe_get_value()
/PHP-7.2/ext/phar/
H A Dphar.c1257 const char *ext_str, *z; local
/PHP-7.2/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h83 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, NULL, __FILE__, __LINE__) argument
85 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__) argument
/PHP-7.2/ext/pcntl/
H A Dpcntl.c25 #define IF_DEBUG(z) z argument
27 #define IF_DEBUG(z) argument
/PHP-7.2/ext/opcache/
H A Dzend_persist.c300 static void zend_persist_zval(zval *z) in zend_persist_zval()
H A Dzend_persist_calc.c119 static void zend_persist_zval_calc(zval *z) in zend_persist_zval_calc()
/PHP-7.2/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.2/ext/mysqli/
H A Dmysqli_warning.c35 #define ZVAL_UTF8_STRING(z, s, flags) ZVAL_STRING((z), (char*)(s)) argument
36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l)) argument
252 zval *z; local
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregcomp.c4439 static int z = 1<<15; /* 32768: something big value */ in select_opt_map_info() local
4682 int i, z; in optimize_node_left() local
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat_format.c31 #define Z_ADDREF_P(z) ((z)->refcount++) argument
/PHP-7.2/ext/intl/dateformat/
H A Ddateformat_format_object.cpp48 static bool valid_format(zval *z) { in valid_format()
90 zval *z; in PHP_FUNCTION() local

Completed in 899 milliseconds

123