Home
last modified time | relevance | path

Searched defs:mode (Results 51 – 75 of 112) sorted by path

12345

/PHP-7.4/ext/openssl/
H A Dopenssl.c6497 static void php_openssl_load_cipher_mode(struct php_openssl_cipher_mode *mode, const EVP_CIPHER *ci… in php_openssl_load_cipher_mode()
6543 zend_bool *free_iv, EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode) /* {{{ */ in php_openssl_validate_iv()
6595 EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode, in php_openssl_cipher_init()
6668 EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode, in php_openssl_cipher_update()
6713 struct php_openssl_cipher_mode mode; in php_openssl_encrypt() local
6820 struct php_openssl_cipher_mode mode; in php_openssl_decrypt() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c421 int mode; member
13385 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1845 #define EMIT_FPU_OPERATION(opcode, mode, dst, src1, src2) \ argument
H A DsljitNativeX86_common.c2159 sljit_u8 mode,
2249 sljit_u8 mode, sljit_s32 set_flags,
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c1194 static int pdo_stmt_verify_mode(pdo_stmt_t *stmt, zend_long mode, int fetch_all) /* {{{ */ in pdo_stmt_verify_mode()
1832 zend_long mode = PDO_FETCH_BOTH; in pdo_stmt_setup_fetch_mode() local
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c132 b4 mode; in oci_stmt_execute() local
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c956 int mode = INV_READ; in PHP_METHOD() local
/PHP-7.4/ext/pgsql/
H A Dpgsql.c3157 char *z_filename, *mode = "w"; local
/PHP-7.4/ext/phar/
H A Ddirstream.c303 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, … in phar_wrapper_open_dir()
411 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, ph… in phar_wrapper_mkdir()
H A Dfunc_interceptors.c330 char *filename, *mode; in PHAR_FUNC() local
H A Dphar_object.c1926 zend_long mode; in PHP_METHOD() local
4145 mode_t mode; in phar_extract_file() local
H A Dstream.c60 php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int op… in phar_parse_url()
161 …har_wrapper_open_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in phar_wrapper_open_url()
H A Dtar.h43 char mode[8]; /* file mode */ member
67 char mode[8]; /* file mode */ member
H A Dutil.c341 … **ret, char *fname, size_t fname_len, char *path, size_t path_len, const char *mode, char allow_d… in phar_get_entry_data()
507 …ry_data(char *fname, size_t fname_len, char *path, size_t path_len, const char *mode, char allow_d… in phar_get_or_create_entry_data()
/PHP-7.4/ext/posix/
H A Dposix.c915 zend_long mode; in PHP_FUNCTION() local
944 zend_long mode; in PHP_FUNCTION() local
1038 zend_long mode = 0; in PHP_FUNCTION() local
/PHP-7.4/ext/pspell/
H A Dpspell.c264 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local
361 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local
771 zend_long conf, mode; in PHP_FUNCTION() local
/PHP-7.4/ext/shmop/
H A Dshmop.c148 zend_long key, mode, size; in PHP_FUNCTION() local
/PHP-7.4/ext/spl/
H A Dspl_directory.h137 #define SPL_FILE_DIR_CURRENT(intern,mode) ((intern->flags&SPL_FILE_DIR_CURRENT_MODE_MASK)==mode) argument
143 #define SPL_FILE_DIR_KEY(intern,mode) ((intern->flags&SPL_FILE_DIR_KEY_MODE_MASK)==mode) argument
H A Dspl_iterators.c103 RecursiveIteratorMode mode; member
484 zend_long mode, flags; in spl_recursive_it_it_construct() local
1523 zend_long mode = REGIT_MODE_MATCH; in spl_dual_it_construct() local
2127 zend_long mode; in SPL_METHOD() local
H A Dspl_iterators.h154 regex_mode mode; member
H A Dspl_observer.c560 zend_long mode = COUNT_NORMAL; in SPL_METHOD() local
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1287 char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
2001 zend_long mode = PHP_SQLITE3_BOTH; in PHP_METHOD() local
/PHP-7.4/ext/standard/
H A Darray.c767 zend_long mode = COUNT_NORMAL; in PHP_FUNCTION() local
H A Dexec.c213 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex()
H A Dfile.c590 char mode[3] = "wb"; in PHP_FUNCTION() local
869 char *filename, *mode; in PHP_NAMED_FUNCTION() local
926 char *command, *mode; in PHP_FUNCTION() local
1310 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex()
1325 PHPAPI int php_mkdir(const char *dir, zend_long mode) in php_mkdir()
1338 zend_long mode = 0777; in PHP_FUNCTION() local

Completed in 173 milliseconds

12345