Home
last modified time | relevance | path

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

123

/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/zip/examples/
H A Dfopen.php21 $z = new ZipArchive(); variable
H A Dget_set_comments.php5 $z = new ZipArchive; variable
H A Dim.php6 $z = new ZipArchive(); variable
H A Daddglob.php3 $z = new ZipArchive; variable
H A Daddpattern.php2 $z = new ZipArchive; variable
/PHP-7.0/ext/xml/
H A Dcompat.c96 int z = 0; in _start_element_handler_ns() local
/PHP-7.0/ext/standard/
H A Dsha1.c119 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
120 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
121 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
122 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
H A Dlcg.c58 php_int32 z; in php_combined_lcg() local
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 Dmd5.c149 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
150 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
151 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
152 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
H A Dfile.c923 char *z = memchr(posix_mode, 'b', mode_len); in PHP_FUNCTION() local
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 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
/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/phar/
H A Dphar.c1257 const char *ext_str, *z; local
/PHP-7.0/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.0/ext/pcntl/
H A Dpcntl.c25 #define IF_DEBUG(z) z argument
27 #define IF_DEBUG(z) argument
/PHP-7.0/ext/opcache/
H A Dzend_persist_calc.c121 static void zend_persist_zval_calc(zval *z) in zend_persist_zval_calc()
H A Dzend_persist.c281 static void zend_persist_zval(zval *z) in zend_persist_zval()
337 static void zend_persist_zval_static(zval *z) in zend_persist_zval_static()
396 static void zend_persist_zval_const(zval *z) in zend_persist_zval_const()
/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/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

Completed in 672 milliseconds

123