Home
last modified time | relevance | path

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

12345

/PHP-7.3/ext/pdo_oci/
H A Doci_statement.c132 b4 mode; in oci_stmt_execute() local
/PHP-7.3/ext/com_dotnet/
H A Dcom_com.c44 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_FUNCTION() local
/PHP-7.3/ext/filter/
H A Dlogical_filters.c816 int mode; in php_filter_validate_ip() local
/PHP-7.3/ext/gd/
H A Dgd.c3621 static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_imagechar()
3985 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int extended) in php_imagettftext_common()
4467 zend_bool mode = 0; in php_image_filter_pixelate() local
4578 zend_long mode; in PHP_FUNCTION() local
4697 zend_long mode = -1; in PHP_FUNCTION() local
/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/ext/spl/
H A Dspl_iterators.c103 RecursiveIteratorMode mode; member
483 zend_long mode, flags; in spl_recursive_it_it_construct() local
1543 zend_long mode = REGIT_MODE_MATCH; in spl_dual_it_construct() local
2143 zend_long mode; in SPL_METHOD() local
H A Dspl.php970 function openFile($mode = 'r', $use_include_path = false, $context = NULL) {/**/}
H A Dspl_observer.c562 zend_long mode = COUNT_NORMAL; in SPL_METHOD() local
/PHP-7.3/main/
H A Dsnprintf.c144 int mode = ndigit >= 0 ? 2 : 0; in php_gcvt() local
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c1231 char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
1804 zend_long mode = PHP_SQLITE3_BOTH; in PHP_METHOD() local
/PHP-7.3/main/streams/
H A Dstreams.c1872 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context)
2001 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options,
/PHP-7.3/ext/zlib/
H A Dzlib.c605 char *mode; in PHP_FUNCTION() local
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c31 #define IS_MBC_WORD_ASCII_MODE(enc,s,end,mode) \ argument
328 ModeType mode; in print_compiled_byte_code() local
3306 ModeType mode; in match_at() local
3329 ModeType mode; in match_at() local
3352 ModeType mode; in match_at() local
3366 ModeType mode; in match_at() local
/PHP-7.3/ext/phar/
H A Dfunc_interceptors.c330 char *filename, *mode; in PHAR_FUNC() local
/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/mbstring/libmbfl/mbfl/
H A Dmbfilter.c199 mbfl_buffer_converter_illegal_mode(mbfl_buffer_converter *convd, int mode) in mbfl_buffer_converter_illegal_mode()
1781 int mode) in mbfl_ja_jp_hantozen()
/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/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1960 sljit_u8 mode,
2050 sljit_u8 mode, sljit_s32 set_flags,
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_driver.c958 int mode = INV_READ; in PHP_METHOD() local
/PHP-7.3/ext/dom/
H A Dnode.c1671 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.c1332 …_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in phpdbg_stream_url_wrap_php()
/PHP-7.3/ext/standard/
H A Dimage.c1486 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()
/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/mbstring/
H A Dphp_mbregex.c1409 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_mb_regex_ereg_search_exec()

Completed in 451 milliseconds

12345