Home
last modified time | relevance | path

Searched defs:options (Results 51 – 75 of 104) sorted by last modified time

12345

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2454 uint32_t options; member
2492 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex()
4893 uint32_t options, compile_block *cb, uint32_t start, uint32_t end) in add_to_class_internal()
5048 uint32_t options, compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class_internal()
5087 add_to_class(uint8_t *classbits, PCRE2_UCHAR **uchardptr, uint32_t options, in add_to_class()
5121 add_list_to_class(uint8_t *classbits, PCRE2_UCHAR **uchardptr, uint32_t options, in add_list_to_class()
5162 uint32_t options, compile_block *cb, const uint32_t *p) in add_not_list_to_class()
5291 uint32_t options = *optionsptr; /* May change dynamically */ in compile_branch() local
7970 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex()
9638 pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE patlen, uint32_t options, in pcre2_compile()
H A Dpcre2_jit_match.c86 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
H A Dpcre2_context.c381 pcre2_set_compile_extra_options(pcre2_compile_context *ccontext, uint32_t options) in pcre2_set_compile_extra_options()
/PHP-7.4/ext/soap/
H A Dphp_http.c1001 char *options = cookie + cookie_len+1; in make_http_soap_request() local
/PHP-7.4/main/streams/
H A Dxp_socket.c890 const char *persistent_id, int options, int flags, in php_stream_generic_socket_factory()
H A Dglob_wrapper.c200 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_glob_stream_opener()
H A Dmemory.c634 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397()
H A Dphp_stream_context.h53 zval options; /* hash keyed by wrapper family or specific wrapper */ member
H A Dphp_stream_plain_wrapper.h53 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
H A Dphp_stream_transport.h56 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h204 static inline zend_long pdo_attr_lval(zval *options, enum pdo_attribute_type option_name, zend_long… in pdo_attr_lval()
213 static inline zend_string *pdo_attr_strval(zval *options, enum pdo_attribute_type option_name, zend… in pdo_attr_strval()
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c2222 zend_long options = 0; in ZEND_FUNCTION() local
2399 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace()
2610 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_FUNCTION() local
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4361 char *options = NULL, **argv = NULL; local
H A Dfilters.c1293 static php_conv *php_conv_open(int conv_mode, const HashTable *options, int persistent) in php_conv_open()
H A Dhead.c189 static void php_head_parse_cookie_options_array(zval *options, zend_long *expires, zend_string **pa… in php_head_parse_cookie_options_array()
H A Dpassword.c125 …c zend_string* php_password_get_salt(zval *unused_, size_t required_salt_len, HashTable *options) { in php_password_get_salt()
212 static zend_bool php_password_bcrypt_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_bcrypt_needs_rehash()
256 static zend_string* php_password_bcrypt_hash(const zend_string *password, zend_array *options) { in php_password_bcrypt_hash()
351 static zend_bool php_password_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_argon2_needs_rehash()
377 static zend_string *php_password_argon2_hash(const zend_string *password, zend_array *options, argo… in php_password_argon2_hash()
463 static zend_string *php_password_argon2i_hash(const zend_string *password, zend_array *options) { in php_password_argon2i_hash()
482 static zend_string *php_password_argon2id_hash(const zend_string *password, zend_array *options) { in php_password_argon2id_hash()
641 zval options; in PHP_FUNCTION() local
683 zend_array *options = 0; in PHP_FUNCTION() local
732 zend_array *options = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c454 …*php_mbregex_compile_pattern(const char *pattern, size_t patlen, OnigOptionType options, OnigEncod… in php_mbregex_compile_pattern()
899 OnigOptionType options; in _php_mb_regex_ereg_exec() local
1007 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec()
1691 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h207 #define mysqlnd_refresh(conn, options) ((conn)->data)->m->refresh_server((conn)->data, (options)) argument
H A Dmysqlnd_structs.h877 MYSQLND_VIO_OPTIONS options; member
969 MYSQLND_SESSION_OPTIONS * options; member
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c520 HashTable *options = NULL; in PHP_FUNCTION() local
621 HashTable *options = NULL; in PHP_FUNCTION() local
1335 …p_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in phpdbg_stream_url_wrap_php()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1908 convert_libmagic_pattern(zval *pattern, char *val, size_t len, uint32_t options) in convert_libmagic_pattern()
2141 uint32_t options = 0; in magiccheck() local
/PHP-7.4/ext/intl/converter/
H A Dconverter.c793 zval *options = NULL; in PHP_METHOD() local
/PHP-7.4/ext/zip/examples/
H A Daddglob.php7 $options = array( variable
/PHP-7.4/ext/
H A Dext_skel.php387 $options = process_args($argv, $argc); variable
/PHP-7.4/ext/curl/
H A Dmulti.c622 zend_long options; in PHP_FUNCTION() local

Completed in 115 milliseconds

12345