Home
last modified time | relevance | path

Searched refs:mode (Results 176 – 200 of 697) sorted by path

12345678910>>...28

/PHP-7.4/ext/opcache/tests/
H A Dbug74456.phpt2 Bug #74456 (Segmentation error while running a script in CLI mode)
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.c583 void zend_accel_shared_protect(int mode) in zend_accel_shared_protect() argument
592 if (mode) { in zend_accel_shared_protect()
593 mode = PROT_READ; in zend_accel_shared_protect()
595 mode = PROT_READ|PROT_WRITE; in zend_accel_shared_protect()
599 mprotect(ZSMMG(shared_segments)[i]->p, ZSMMG(shared_segments)[i]->size, mode); in zend_accel_shared_protect()
608 if (mode) { in zend_accel_shared_protect()
609 mode = PAGE_READONLY; in zend_accel_shared_protect()
611 mode = PAGE_READWRITE; in zend_accel_shared_protect()
616 …if (!VirtualProtect(ZSMMG(shared_segments)[i]->p, ZSMMG(shared_segments)[i]->size, mode, &oldProte… in zend_accel_shared_protect()
H A Dzend_shared_alloc.h179 void zend_accel_shared_protect(int mode);
/PHP-7.4/ext/openssl/
H A Dopenssl.c6508 mode->is_aead = 1; in php_openssl_load_cipher_mode()
6521 mode->is_aead = 1; in php_openssl_load_cipher_mode()
6529 mode->is_aead = 1; in php_openssl_load_cipher_mode()
6530 mode->is_single_run_aead = 1; in php_openssl_load_cipher_mode()
6547 if (mode->is_aead) { in php_openssl_validate_iv()
6619 if (mode->set_tag_length_always || (enc && mode->set_tag_length_when_encrypting)) { in php_openssl_cipher_init()
6626 if (!mode->is_aead) { in php_openssl_cipher_init()
6713 struct php_openssl_cipher_mode mode; in php_openssl_encrypt() local
6756 if (mode.is_aead && tag) { in php_openssl_encrypt()
6771 } else if (mode.is_aead) { in php_openssl_encrypt()
[all …]
H A Dxp_ssl.c2558 *ret = fdopen(sslsock->s.socket, stream->mode); in php_openssl_sockop_cast()
/PHP-7.4/ext/openssl/tests/
H A Dbug48182.phpt42 $data = "Sending data over to SSL server in async mode with contents like Hello World\n";
67 Sending data over to SSL server in async mode with contents like Hello World
H A Dopenssl_decrypt_ccm.phpt44 Warning: openssl_decrypt(): Setting of IV length for AEAD mode failed in %s on line %d
H A Dopenssl_decrypt_gcm.phpt48 Warning: openssl_decrypt(): Setting of IV length for AEAD mode failed in %s on line %d
H A Dopenssl_decrypt_ocb.phpt54 Warning: openssl_decrypt(): Setting of IV length for AEAD mode failed in %s on line %d
57 Warning: openssl_decrypt(): Setting of IV length for AEAD mode failed in %s on line %d
H A Dopenssl_encrypt_ccm.phpt47 Warning: openssl_encrypt(): Setting of IV length for AEAD mode failed in %s on line %d
52 Warning: openssl_encrypt(): Setting of IV length for AEAD mode failed in %s on line %d
H A Dopenssl_encrypt_gcm.phpt53 Warning: openssl_encrypt(): Setting of IV length for AEAD mode failed in %s on line %d
59 Warning: openssl_encrypt(): A tag should be provided when using AEAD mode in %s on line %d
H A Dopenssl_encrypt_ocb.phpt53 Warning: openssl_encrypt(): Setting of IV length for AEAD mode failed in %s on line %d
59 Warning: openssl_encrypt(): A tag should be provided when using AEAD mode in %s on line %d
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h176 #error Unsupported compiling mode
H A Dpcre2_jit_compile.c421 int mode; member
606 #error Unsupported compiling mode
13437 common->mode = mode; in jit_compile()
13533 if (mode != PCRE2_JIT_COMPLETE) in jit_compile()
13638 if (mode == PCRE2_JIT_PARTIAL_SOFT) in jit_compile()
13688 if (mode == PCRE2_JIT_PARTIAL_SOFT) in jit_compile()
13744 if (mode != PCRE2_JIT_COMPLETE) in jit_compile()
13766 if (mode == PCRE2_JIT_PARTIAL_SOFT) in jit_compile()
14020 if (mode == PCRE2_JIT_COMPLETE) in jit_compile()
14021 mode = 0; in jit_compile()
[all …]
H A Dpcre2_jit_simd_inc.h220 if (common->mode == PCRE2_JIT_COMPLETE) in fast_forward_char_simd()
292 if (common->mode == PCRE2_JIT_COMPLETE) in fast_forward_char_simd()
318 if (common->mode != PCRE2_JIT_COMPLETE) in fast_forward_char_simd()
331 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE); in fast_forward_char_simd()
522 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE && offs1 > offs2); in fast_forward_char_pair_simd()
938 if (common->mode == PCRE2_JIT_COMPLETE) in fast_forward_char_simd()
944 if (common->mode != PCRE2_JIT_COMPLETE) in fast_forward_char_simd()
1051 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE && offs1 > offs2); in fast_forward_char_pair_simd()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1845 #define EMIT_FPU_OPERATION(opcode, mode, dst, src1, src2) \ argument
1846 ((opcode) | (mode) | (freg_map[dst] << 12) | freg_map[src1] | (freg_map[src2] << 16))
H A DsljitNativeX86_common.c2159 sljit_u8 mode, argument
2170 *inst |= mode;
2177 *inst |= mode;
2184 *inst |= mode;
2192 *inst |= mode;
2199 *inst |= mode;
2209 *inst |= mode;
2219 *inst |= mode;
2231 *inst |= mode;
2238 *inst |= mode;
[all …]
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c103 ZEND_ARG_INFO(0, mode) in ZEND_END_ARG_INFO()
1196 int flags = mode & PDO_FETCH_FLAGS; in pdo_stmt_verify_mode()
1198 mode = mode & ~PDO_FETCH_FLAGS; in pdo_stmt_verify_mode()
1200 if (mode < 0 || mode > PDO_FETCH__MAX) { in pdo_stmt_verify_mode()
1210 switch(mode) { in pdo_stmt_verify_mode()
1233 if (mode >= PDO_FETCH__MAX) { in pdo_stmt_verify_mode()
1832 zend_long mode = PDO_FETCH_BOTH; in pdo_stmt_setup_fetch_mode() local
1866 mode = Z_LVAL(args[skip]); in pdo_stmt_setup_fetch_mode()
1867 flags = mode & PDO_FETCH_FLAGS; in pdo_stmt_setup_fetch_mode()
1881 switch (mode & ~PDO_FETCH_FLAGS) { in pdo_stmt_setup_fetch_mode()
[all …]
/PHP-7.4/ext/pdo/tests/
H A Dbug_38253.phpt2 PDO Common: Bug #38253 (PDO produces segfault with default fetch mode)
H A Dbug_44173.phpt61 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode doesn't allow any extra arguments…
64 Warning: PDO::query(): SQLSTATE[HY000]: General error: mode must be an integer in %s
70 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the object parameter in …
73 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the colno argument in %s
76 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the classname argument i…
H A Dpdo_014.phpt51 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
H A Dpdo_034.phpt2 PDO Common: PDO::FETCH_KEY_PAIR fetch mode test
47 Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error: PDO::FETCH_KEY_PAIR fetch mode requ…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_39858.phpt22 nextRowset() problem with stored proc & emulation mode & mysqlnd
H A Dbug_41997.phpt4 nextRowset() problem with stored proc & emulation mode & mysqlnd
H A Dpdo_mysql___construct_uri.phpt63 /* TODO: safe mode */

Completed in 148 milliseconds

12345678910>>...28