Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 117) sorted by last modified time

12345

/PHP-7.3/ext/libxml/
H A Dlibxml.c298 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.3/ext/zip/
H A Dphp_zip.c1255 char *mode = NULL; in PHP_NAMED_FUNCTION() local
2915 char *mode = "rb"; in ZIPARCHIVE_METHOD() local
/PHP-7.3/ext/phar/
H A Dphar_object.c1913 zend_long mode; in PHP_METHOD() local
4116 mode_t mode; in phar_extract_file() local
/PHP-7.3/ext/filter/
H A Dlogical_filters.c816 int mode; in php_filter_validate_ip() local
/PHP-7.3/ext/imap/
H A Dphp_imap.c3056 static void php_imap_mutf7(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_imap_mutf7()
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c914 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs()
3022 static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_lasterror()
/PHP-7.3/ext/fileinfo/
H A Dfileinfo.c433 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */ in _php_finfo_get_type()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c7170 char* mode; in print_indent_tree() local
/PHP-7.3/ext/dom/
H A Ddocument.c1350 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t op… in dom_document_parser()
1471 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) { in dom_parse_document()
1992 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html()
/PHP-7.3/ext/com_dotnet/
H A Dcom_typeinfo.c154 PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode, int codepage) in php_com_import_typelib()
H A Dcom_com.c44 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_FUNCTION() local
H A Dcom_extension.c227 int mode = CONST_CS | CONST_PERSISTENT; /* CONST_PERSISTENT is ok here */ in ZEND_GET_MODULE() local
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.c1537 CWD_API FILE *virtual_fopen(const char *path, const char *mode) /* {{{ */ in virtual_fopen()
1564 CWD_API int virtual_access(const char *pathname, int mode) /* {{{ */ in virtual_access()
1611 CWD_API int virtual_chmod(const char *filename, mode_t mode) /* {{{ */ in virtual_chmod()
1685 mode_t mode; in virtual_open() local
1709 CWD_API int virtual_creat(const char *path, mode_t mode) /* {{{ */ in virtual_creat()
1822 CWD_API int virtual_mkdir(const char *pathname, mode_t mode) /* {{{ */ in virtual_mkdir()
/PHP-7.3/ext/openssl/
H A Dopenssl.c6412 static void php_openssl_load_cipher_mode(struct php_openssl_cipher_mode *mode, const EVP_CIPHER *ci… in php_openssl_load_cipher_mode()
6440 zend_bool *free_iv, EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode) /* {{{ */ in php_openssl_validate_iv()
6492 EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode, in php_openssl_cipher_init()
6564 EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode, in php_openssl_cipher_update()
6614 struct php_openssl_cipher_mode mode; in PHP_FUNCTION() local
6712 struct php_openssl_cipher_mode mode; in PHP_FUNCTION() local
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c1201 static int pdo_stmt_verify_mode(pdo_stmt_t *stmt, zend_long mode, int fetch_all) /* {{{ */ in pdo_stmt_verify_mode()
1839 zend_long mode = PDO_FETCH_BOTH; in pdo_stmt_setup_fetch_mode() local
/PHP-7.3/main/streams/
H A Dplain_wrapper.c47 #define php_stream_fopen_from_fd_int(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (… argument
49 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
50 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
64 PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags) in php_stream_parse_fopen_modes()
168 static php_stream *_php_stream_fopen_from_fd_int(int fd, const char *mode, const char *persistent_i… in _php_stream_fopen_from_fd_int()
244 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id ST… in _php_stream_fopen_from_fd()
975 …stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_dir_opener()
1014 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_p… in _php_stream_fopen()
1110 …eam *php_plain_files_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_stream_opener()
1271 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int option… in php_plain_files_mkdir()
[all …]
H A Duserspace.c329 …hp_stream *user_wrapper_opener(php_stream_wrapper *wrapper, const char *filename, const char *mode, in user_wrapper_opener()
424 …p_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, const char *filename, const char *mode, in user_wrapper_opendir()
1183 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, in user_wrapper_mkdir()
/PHP-7.3/ext/mysqli/
H A Dmysqli_api.c39 …oid mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const uint32_t mode) in mysqli_tx_cor_options_to_string()
110 static int mysqli_commit_or_rollback_libmysql(MYSQL * conn, zend_bool commit, const uint32_t mode, … in mysqli_commit_or_rollback_libmysql()
2334 unsigned long mode; local
H A Dmysqli_nonapi.c410 zend_long mode = MYSQLND_FETCH_NUM; local
1086 static int mysqli_begin_transaction_libmysql(MYSQL * conn, const unsigned int mode, const char * co…
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_debug.c724 PHPAPI void mysqlnd_debug(const char * mode) in mysqlnd_debug()
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_driver.c958 int mode = INV_READ; in PHP_METHOD() local
/PHP-7.3/ext/standard/
H A Dstring.c791 …nd_always_inline zend_string *php_trim_int(zend_string *str, char *what, size_t what_len, int mode) in php_trim_int()
883 PHPAPI zend_string *php_trim(zend_string *str, char *what, size_t what_len, int mode) in php_trim()
892 static zend_always_inline void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_do_trim()
H A Darray.c779 zend_long mode = COUNT_NORMAL; in PHP_FUNCTION() local
H A Dimage.c1486 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c763 static void php_cli_server_poller_add(php_cli_server_poller *poller, int mode, php_socket_t fd) /* … in php_cli_server_poller_add()
776 static void php_cli_server_poller_remove(php_cli_server_poller *poller, int mode, php_socket_t fd) … in php_cli_server_poller_remove()

Completed in 452 milliseconds

12345