Home
last modified time | relevance | path

Searched defs:mode (Results 76 – 100 of 112) sorted by relevance

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/pdo_oci/
H A Doci_statement.c132 b4 mode; in oci_stmt_execute() local
/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/spl/
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_observer.c560 zend_long mode = COUNT_NORMAL; in SPL_METHOD() local
/PHP-7.4/main/
H A Dsnprintf.c140 int mode = ndigit >= 0 ? 2 : 0; in php_gcvt() local
/PHP-7.4/main/streams/
H A Dstreams.c1949 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context)
2078 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options,
/PHP-7.4/ext/zlib/
H A Dzlib.c605 char *mode; in PHP_FUNCTION() 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/phar/
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
/PHP-7.4/ext/libxml/
H A Dlibxml.c295 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c189 mbfl_buffer_converter_illegal_mode(mbfl_buffer_converter *convd, int mode) in mbfl_buffer_converter_illegal_mode()
1771 int mode) in mbfl_ja_jp_hantozen()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c913 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs()
3056 static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_lasterror()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c2159 sljit_u8 mode,
2249 sljit_u8 mode, sljit_s32 set_flags,
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c956 int mode = INV_READ; in PHP_METHOD() local
/PHP-7.4/ext/dom/
H A Dnode.c1693 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization()
/PHP-7.4/ext/standard/
H A Dimage.c1492 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()
H A Dstring.c774 …nd_always_inline zend_string *php_trim_int(zend_string *str, char *what, size_t what_len, int mode) in php_trim_int()
866 PHPAPI zend_string *php_trim(zend_string *str, char *what, size_t what_len, int mode) in php_trim()
875 static zend_always_inline void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_do_trim()
/PHP-7.4/ext/zip/
H A Dphp_zip.c1262 char *mode = NULL; in PHP_NAMED_FUNCTION() local
2781 char *mode = "rb"; local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1335 …_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in phpdbg_stream_url_wrap_php()
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c1423 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_mb_regex_ereg_search_exec()
/PHP-7.4/ext/ftp/
H A Dftp.c624 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c835 static void php_cli_server_poller_add(php_cli_server_poller *poller, int mode, php_socket_t fd) /* … in php_cli_server_poller_add()
848 static void php_cli_server_poller_remove(php_cli_server_poller *poller, int mode, php_socket_t fd) … in php_cli_server_poller_remove()
/PHP-7.4/ext/curl/
H A Dinterface.c76 static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()

Completed in 303 milliseconds

12345