Home
last modified time | relevance | path

Searched defs:x (Results 126 – 145 of 145) sorted by relevance

123456

/php-src/ext/openssl/
H A Dopenssl.c422 static int X509_get_signature_nid(const X509 *x) in X509_get_signature_nid()
2307 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert()
2512 X509* x = sk_X509_pop(sk); in php_sk_X509_free() local
4339 BIGNUM *x = NULL, *y = NULL, *d = NULL; in php_openssl_pkey_init_legacy_ec() local
4486 BIGNUM *x = NULL, *y = NULL, *d = NULL; in php_openssl_pkey_init_ec() local
5310 BIGNUM *x = BN_new(); in PHP_FUNCTION() local
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c121 unsigned short x = 1; in zlibcmp() local
/php-src/Zend/
H A Dzend_alloc.c385 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
390 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
395 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
H A Dzend_language_scanner.l66 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
/php-src/Zend/Optimizer/
H A Dzend_inference.c655 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_or() local
703 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_and() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h545 #define CU2BYTES(x) ((x)*((PCRE2_CODE_UNIT_WIDTH/8))) argument
546 #define BYTES2CU(x) ((x)/((PCRE2_CODE_UNIT_WIDTH/8))) argument
H A Dpcre2_jit_simd_inc.h750 unsigned int x; member
H A Dpcre2_jit_compile.c625 #define IN_UCHARS(x) (x) argument
629 #define IN_UCHARS(x) ((x) * 2) argument
633 #define IN_UCHARS(x) ((x) * 4) argument
/php-src/ext/standard/
H A Dstring.c4069 static zend_always_inline quad_word aarch64_contains_slash_chars(uint8x16_t x) {
4160 uint8x16_t x = vld1q_u8((uint8_t *)source); local
4211 uint8x16_t x = vld1q_u8((uint8_t *)str); local
/php-src/ext/pdo/
H A Dphp_pdo_driver.h63 #define PDO_PARAM_TYPE(x) ((x) & ~PDO_PARAM_FLAGS) argument
/php-src/ext/iconv/
H A Diconv.c432 #define _php_check_ignore(x) (0) argument
/php-src/ext/date/lib/
H A Dparse_date.c111 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c134 #define IS_HALFWORD(x) ((x) <= HALFWORD_MAX && (x) >= HALFWORD_MIN) argument
135 #define NOT_HALFWORD(x) ((x) > HALFWORD_MAX || (x) < HALFWORD_MIN) argument
H A DsljitNativeS390X.c308 static SLJIT_INLINE int have_facility_static(facility_bit x) in have_facility_static()
356 static int have_facility_dynamic(facility_bit x) in have_facility_dynamic()
/php-src/ext/opcache/jit/ir/
H A Dir.c910 #define IR_FOLD_RULE(x) ((x) >> 21) argument
911 #define IR_FOLD_KEY(x) ((x) & 0x1fffff) argument
/php-src/ext/exif/
H A Dexif.c1686 static size_t float_to_size_t(float x) { in float_to_size_t()
1696 static size_t double_to_size_t(double x) { in double_to_size_t()
/php-src/ext/soap/
H A Dsoap.c3632 xmlNodePtr x; in serialize_response_call() local
/php-src/ext/sodium/
H A Dlibsodium.c3771 unsigned char *x; in PHP_FUNCTION() local
/php-src/ext/pgsql/
H A Dpgsql.c80 #define CHECK_DEFAULT_LINK(x) \ argument
/php-src/ext/standard/tests/misc/
H A Dbrowscap.ini3054 Parent=Download Managers
3055 Browser="Free Download Manager"

Completed in 406 milliseconds

123456