Home
last modified time | relevance | path

Searched defs:x (Results 101 – 125 of 139) sorted by relevance

123456

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c401 int_multiply_cmp(int x, int y, int v) in int_multiply_cmp()
418 onig_positive_int_multiply(int x, int y) in onig_positive_int_multiply()
470 node_list_add(Node* list, Node* x) in node_list_add()
2011 Node* x = node; in compile_tree() local
2634 is_exclusive(Node* x, Node* y, regex_t* reg) in is_exclusive()
3026 Node *x, *y; in tree_min_len() local
3531 Node *x; in infinite_recursive_call_check() local
4038 Node *x, *y; in tune_next() local
7059 OnigCodePoint low, high, x; in onig_is_in_code_range() local
H A Dunicode.c540 OnigCodePoint low, high, x; in wb_get_type() local
824 OnigCodePoint low, high, x; in egcb_get_type() local
H A Dregenc.c929 int x, c; in onigenc_with_ascii_strncmp() local
/PHP-7.3/Zend/
H A Dzend_bitset.h208 zend_ulong x = set[i]; local
H A Dmicro_bench.php315 $x = new Foo(); variable
H A Dzend_alloc.h91 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
116 # define _ZEND_BIN_DEALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
H A Dzend_language_scanner.l67 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_language_scanner.c69 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
/PHP-7.3/ext/standard/
H A Durl.c584 register size_t x, y; local
H A Dcrypt_blowfish.c449 static void BF_swap(BF_word *x, int count) in BF_swap()
/PHP-7.3/ext/mbstring/
H A Dphp_unicode.c116 static inline unsigned mph_hash(unsigned d, unsigned x) { in mph_hash()
H A Dmbstring.c71 #define onig_initialize_match_param(x) (void)(x) argument
72 #define onig_set_match_stack_limit_size_of_match_param(x, y) argument
73 #define onig_free_match_param(x) argument
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c4215 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
4216 #define F2(x, y, z) F1(z, x, y) argument
4217 #define F3(x, y, z) (x ^ y ^ z) argument
4218 #define F4(x, y, z) (y ^ (x | ~z)) argument
4221 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-7.3/ext/fileinfo/libmagic/
H A Dder.c356 printdata(size_t level, const void *v, size_t x, size_t l) in printdata()
H A Dfile.h114 #define __GNUC_PREREQ__(x, y) \ argument
118 #define __GNUC_PREREQ__(x, y) 0 argument
H A Dapprentice.c2202 goodchar(unsigned char x, const char *extra) in goodchar()
2620 uint64_t x; in getvalue() local
/PHP-7.3/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.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c31 #define ROL64(x,N) ({ \ argument
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c113 #define META_CODE(x) (x & 0xffff0000u) argument
114 #define META_DATA(x) (x & 0x0000ffffu) argument
115 #define META_DIFF(x,y) ((x-y)>>16) argument
387 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) argument
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c433 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_or() local
481 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_and() local
/PHP-7.3/ext/openssl/
H A Dopenssl.c694 static int X509_get_signature_nid(const X509 *x) in X509_get_signature_nid()
2522 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert()
2714 X509* x = sk_X509_pop(sk); in php_sk_X509_free() local
4387 zval *x; in PHP_FUNCTION() local
4857 BIGNUM *x = BN_new(); in PHP_FUNCTION() local
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h47 #define mysql_debug(x) mysqlnd_debug((x)) argument
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c139 #define IS_HALFWORD(x) ((x) <= HALFWORD_MAX && (x) >= HALFWORD_MIN) argument
140 #define NOT_HALFWORD(x) ((x) > HALFWORD_MAX || (x) < HALFWORD_MIN) argument
/PHP-7.3/ext/oci8/
H A Doci8.c58 #define Z_ADDREF_P(x) ZVAL_ADDREF(x) argument
/PHP-7.3/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 179 milliseconds

123456