Home
last modified time | relevance | path

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

123

/PHP-5.6/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-5.6/sapi/apache_hooks/
H A Dphp_apache.c124 zval *z = (zval *)rsrc->ptr; in php_apache_request_free() local
/PHP-5.6/main/
H A Doutput.c1171 static int php_output_stack_apply_list(void *h, void *z) in php_output_stack_apply_list()
1183 static int php_output_stack_apply_status(void *h, void *z) in php_output_stack_apply_status()
/PHP-5.6/ext/zip/lib/
H A Dzip_source_buffer.c88 struct read_data *z; in read_data() local
H A Dzip_source_filep.c126 struct read_file *z; in read_file() local
/PHP-5.6/ext/zip/examples/
H A Daddglob.php3 $z = new ZipArchive; variable
H A Daddpattern.php2 $z = new ZipArchive; variable
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
/PHP-5.6/ext/xml/
H A Dcompat.c96 int z = 0; in _start_element_handler_ns() local
/PHP-5.6/ext/standard/
H A Dsha1.c124 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
125 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
126 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
127 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
H A Dmath.c223 static double php_asinh(double z) in php_asinh()
247 static double php_atanh(double z) in php_atanh()
H A Dlcg.c58 php_int32 z; in php_combined_lcg() local
H A Dmd5.c146 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
147 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
148 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
149 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
H A Dfile.c940 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-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c9673 char *z; /* Pointer to data for string (char array) types */ member
11798 const char *z; /* Text of the token. Not NULL-terminated! */ member
13552 #define sqlite3TableLock(v,w,x,y,z) argument
13613 #define sqlite3WithPush(x,y,z) argument
14677 char *z; /* String or BLOB value */ member
15881 char *z, zBuf[30]; in parseModifier() local
16089 const unsigned char *z; in isDate() local
16220 char *z; in strftimeFunc() local
17553 char *z; in sqlite3MemMalloc() local
17612 char *z; in sqlite3MemFree() local
[all …]
/PHP-5.6/ext/phar/
H A Dphar.c1253 const char *ext_str, *z; local
/PHP-5.6/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__ TSRMLS_CC) argument
85 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__ TSRM… argument
/PHP-5.6/ext/pcntl/
H A Dpcntl.c25 #define IF_DEBUG(z) z argument
27 #define IF_DEBUG(z) argument
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd.h239 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument
/PHP-5.6/ext/mysqli/
H A Dmysqli_warning.c35 #define ZVAL_UTF8_STRING(z, s, flags) ZVAL_STRING((z), (char*)(s), ((flags) & ZSTR_DUPLICA… argument
36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l), ((flags) & ZSTR_D… argument
268 zval *z; local
/PHP-5.6/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 417 milliseconds

123