Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 131) sorted by last modified time

123456

/PHP-7.2/ext/standard/
H A Durl.c602 register size_t x, y; local
H A Dexec.c288 register size_t x, y; in php_escape_shell_cmd() local
395 size_t x, y = 0; in php_escape_shell_arg() local
H A Dstring.c375 #define REGISTER_NL_LANGINFO_CONSTANT(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS | CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
H A Dversioning.c54 #define isdig(x) (isdigit(x)&&(x)!='.') in php_canonicalize_version() argument
55 #define isndig(x) (!isdigit(x)&&(x)!='.') in php_canonicalize_version() argument
56 #define isspecialver(x) ((x)=='-'||(x)=='_'||(x)=='+') in php_canonicalize_version() argument
H A Durl_scanner_ex.c336 #define scdebug(x) printf x argument
338 #define scdebug(x) argument
H A Dscanf.c98 #define UCHAR(x) (zend_uchar)(x) argument
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
130 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
264 uint32_t d = state[3], e = state[4], x[16], tmp; local
H A Dmath.c234 static double php_acosh(double x) in php_acosh()
266 static double php_log1p(double x) in php_log1p()
278 static double php_expm1(double x) in php_expm1()
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
161 #define STEP(f, a, b, c, d, x, t, s) \ 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
169 #define S0(x) (CYCLIC (x, 28) ^ CYCLIC (x, 34) ^ CYCLIC (x, 39)) in sha512_process_block() argument
170 #define S1(x) (CYCLIC (x, 14) ^ CYCLIC (x, 18) ^ CYCLIC (x, 41)) in sha512_process_block() argument
171 #define R0(x) (CYCLIC (x, 1) ^ CYCLIC (x, 8) ^ (x >> 7)) in sha512_process_block() argument
172 #define R1(x) (CYCLIC (x, 19) ^ CYCLIC (x, 61) ^ (x >> 6)) in sha512_process_block() argument
H A Dbasic_functions.c3623 #define REGISTER_MATH_CONSTANT(x) REGISTER_DOUBLE_CONSTANT(#x, x, CONST_CS | CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
H A Dcrypt_blowfish.c450 static void BF_swap(BF_word *x, int count) in BF_swap()
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
144 #define S0(x) (CYCLIC (x, 2) ^ CYCLIC (x, 13) ^ CYCLIC (x, 22)) in sha256_process_block() argument
145 #define S1(x) (CYCLIC (x, 6) ^ CYCLIC (x, 11) ^ CYCLIC (x, 25)) in sha256_process_block() argument
146 #define R0(x) (CYCLIC (x, 7) ^ CYCLIC (x, 18) ^ (x >> 3)) in sha256_process_block() argument
147 #define R1(x) (CYCLIC (x, 17) ^ CYCLIC (x, 19) ^ (x >> 10)) in sha256_process_block() argument
/PHP-7.2/ext/openssl/
H A Dopenssl.c688 static int X509_get_signature_nid(const X509 *x) in X509_get_signature_nid()
2516 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert()
2708 X509* x = sk_X509_pop(sk); in php_sk_X509_free() local
4381 zval *x; in PHP_FUNCTION() local
4853 BIGNUM *x = BN_new(); in PHP_FUNCTION() local
/PHP-7.2/win32/
H A Dparam.h18 #define howmany(x,y) (((x)+((y)-1))/(y)) argument
19 #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) argument
/PHP-7.2/scripts/dev/
H A Dfind_tested.php218 function filter_functions($x) {
222 function map_token_value($x) {
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_lexer.c15 #define YYSETCONDITION(x) LEX(state) = x; argument
/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/sapi/embed/
H A Dphp_embed.h30 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_config.h14 # define __attribute__(x) /*NOTHING*/ argument
/PHP-7.2/main/
H A Dreentrancy.c46 #define local_lock(x) tsrm_mutex_lock(reentrant_locks[x]) argument
47 #define local_unlock(x) tsrm_mutex_unlock(reentrant_locks[x]) argument
51 #define local_lock(x) argument
52 #define local_unlock(x) argument
H A Dnetwork.c100 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) argument
102 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) argument
H A Dphp.h118 # define lstat(x, y) php_sys_lstat(x, y) argument
330 #define php_ignore_value(x) ZEND_IGNORE_VALUE(x) argument
/PHP-7.2/ext/zip/lib/
H A Dzipint.h190 #define ZIP_CM_IS_DEFAULT(x) ((x) == ZIP_CM_DEFAULT || (x) == ZIP_CM_REPLACED_DEFAULT) argument
458 #define ZIP_ENTRY_DATA_CHANGED(x) ((x)->source != NULL) argument
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c211 #define XMLRPC_IS_NUMBER(x) if (x < '0' || x > '9') return -1; in date_from_ISO8601() argument

Completed in 131 milliseconds

123456