Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 104) sorted by last modified time

12345

/PHP-7.4/ext/gd/
H A Dgd.c5020 zval *options = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/phar/
H A Dphar.c528 …size_t fname_len, char *alias, size_t alias_len, zend_bool is_data, uint32_t options, phar_archive… in phar_open_parsed_phar()
1264 …size_t fname_len, char *alias, size_t alias_len, zend_bool is_data, uint32_t options, phar_archive… in phar_open_or_create_filename()
1341 …size_t fname_len, char *alias, size_t alias_len, zend_bool is_data, uint32_t options, phar_archive… in phar_create_or_parse_filename()
1495 …ename(char *fname, size_t fname_len, char *alias, size_t alias_len, uint32_t options, phar_archive… in phar_open_from_filename()
1581 …* fp, char *fname, size_t fname_len, char *alias, size_t alias_len, uint32_t options, phar_archive… in phar_open_from_fp()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c1300 char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; local
5761 uint32_t options = PCRE2_NO_AUTO_CAPTURE; local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1179 uint32_t options; /* Execution options */ in php_pcre_match_impl() local
1617 uint32_t options; /* Execution options */ in php_pcre_replace_impl() local
1857 uint32_t options; /* Execution options */ in php_pcre_replace_func_impl() local
2538 uint32_t options; /* Execution options */ in php_pcre_split_impl() local
2897 uint32_t options; /* Execution options */ in php_pcre_grep_impl() local
/PHP-7.4/main/streams/
H A Dstreams.c241 PHPAPI void php_stream_wrapper_log_error(const php_stream_wrapper *wrapper, int options, const char… in php_stream_wrapper_log_error()
1818 …m_wrapper *php_stream_locate_url_wrapper(const char *path, const char **path_for_open, int options)
1949 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context)
1964 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context)
2029 PHPAPI php_stream *_php_stream_opendir(const char *path, int options,
2078 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options,
H A Dcast.c347 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file()
H A Dplain_wrapper.c1005 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener()
1144 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener()
1177 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink()
1203 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_plain_files_rename()
1304 …in_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_con… in php_plain_files_mkdir()
1389 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir()
/PHP-7.4/ext/date/
H A Dphp_date.c4681 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c192 sljit_u32 options; member
3834 jump_list **backtracks, sljit_u32 options) in read_char()
14053 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile()
/PHP-7.4/ext/zip/
H A Dphp_zip.c316 static int php_zip_parse_options(zval *options, zend_long *remove_all_path, char **remove_path, siz… in php_zip_parse_options()
1672 zval *options = NULL; local
/PHP-7.4/ext/date/lib/
H A Dparse_date.c25546 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options) in timelib_fill_holes()
/PHP-7.4/ext/curl/
H A Dinterface.c3147 zend_long options; in PHP_FUNCTION() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c1297 zend_long options = 0, retries = 0; in PHP_FUNCTION() local
1638 zend_long options = 0, flags = NIL; in PHP_FUNCTION() local
1775 zend_long options = 0; in PHP_FUNCTION() local
1802 zend_long options = 0; in PHP_FUNCTION() local
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c2309 zend_long options; local
/PHP-7.4/ext/openssl/
H A Dopenssl.c6598 char *tag, int tag_len, zend_long options, int enc) /* {{{ */ in php_openssl_cipher_init()
6709 …ar *method, size_t method_len, char *password, size_t password_len, zend_long options, char *iv, s… in php_openssl_encrypt()
6797 zend_long options = 0, tag_len = 16; in PHP_FUNCTION() local
6816 …ar *method, size_t method_len, char *password, size_t password_len, zend_long options, char *iv, s… in php_openssl_decrypt()
6892 zend_long options = 0; in PHP_FUNCTION() local
H A Dxp_ssl.c2659 const char *persistent_id, int options, int flags, in php_openssl_ssl_socket_factory()
/PHP-7.4/ext/json/
H A Djson_encoder.c72 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char()
80 static inline void php_json_pretty_print_indent(smart_str *buf, int options, php_json_encoder *enco… in php_json_pretty_print_indent()
100 static inline void php_json_encode_double(smart_str *buf, double d, int options) /* {{{ */ in php_json_encode_double()
130 static int php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_array()
259 int options, php_json_encoder *encoder) /* {{{ */ in php_json_escape_string()
471 static int php_json_encode_serializable_object(smart_str *buf, zval *val, int options, php_json_enc… in php_json_encode_serializable_object()
533 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* {{{ … in php_json_encode_zval()
/PHP-7.4/ext/standard/
H A Dvar.c1205 zval *options = NULL; in PHP_FUNCTION() local
H A Dhttp_fopen_wrapper.c120 const char *path, const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_http_ex()
965 …_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in php_stream_url_wrap_http()
H A Dfile.c1310 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c850 zend_long options = 0; in PHP_METHOD() local
1037 zend_long options = 0; in PHP_METHOD() local
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2183 zend_long options = 0; in PHP_FUNCTION() local
2229 zend_long options = 0; in PHP_FUNCTION() local
2281 zend_long options = 0; in SXE_METHOD() local
/PHP-7.4/ext/pcntl/
H A Dpcntl.c705 zend_long pid, options = 0; in PHP_FUNCTION() local
755 zend_long options = 0; in PHP_FUNCTION() local
/PHP-7.4/ext/session/
H A Dsession.c2446 zval *options = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2101 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_METHOD() local

Completed in 261 milliseconds

12345