Home
last modified time | relevance | path

Searched defs:options (Results 51 – 75 of 104) sorted by path

12345

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c1176 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
1226 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
H A DsljitNativeX86_32.c69 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
248 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
H A DsljitNativeX86_64.c128 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
280 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
/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/ext/pdo/
H A Dpdo_dbh.c234 zval *options = NULL; in PHP_METHOD() local
492 zval *options = NULL, *opt, *item, ctor_args; in PHP_METHOD() local
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/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/phar/
H A Ddirstream.c303 …n_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in phar_wrapper_open_dir()
411 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, ph… in phar_wrapper_mkdir()
543 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex… in phar_wrapper_rmdir()
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()
H A Dstream.c60 …rse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int options) /* {{{ */ in phar_parse_url()
161 …n_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in phar_wrapper_open_url()
662 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in phar_wrapper_unlink()
736 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in phar_wrapper_rename()
H A Dtar.c127 …name, size_t fname_len, char *alias, size_t alias_len, int is_data, uint32_t options, phar_archive… in phar_open_or_create_tar()
H A Dzip.c778 …name, size_t fname_len, char *alias, size_t alias_len, int is_data, uint32_t options, phar_archive… in phar_open_or_create_zip()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2101 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_METHOD() local
/PHP-7.4/ext/session/
H A Dsession.c2446 zval *options = NULL; in PHP_FUNCTION() 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/soap/
H A Dphp_http.c1001 char *options = cookie + cookie_len+1; in make_http_soap_request() local
H A Dsoap.c1110 zval *wsdl = NULL, *options = NULL; in PHP_METHOD() local
2279 zval *wsdl, *options = NULL; local
2826 zval *options = NULL; local
/PHP-7.4/ext/sodium/
H A Dsodium_pwhash.c43 static inline int get_options(zend_array *options, size_t *memlimit, size_t *opslimit) { in get_options()
74 static zend_string *php_sodium_argon2_hash(const zend_string *password, zend_array *options, int al… in php_sodium_argon2_hash()
107 static zend_bool php_sodium_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_sodium_argon2_needs_rehash()
147 static zend_string *php_sodium_argon2i_hash(const zend_string *password, zend_array *options) { in php_sodium_argon2i_hash()
162 static zend_string *php_sodium_argon2id_hash(const zend_string *password, zend_array *options) { in php_sodium_argon2id_hash()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4361 char *options = NULL, **argv = NULL; local
H A Dfile.c1310 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex()
H A Dfilters.c1293 static php_conv *php_conv_open(int conv_mode, const HashTable *options, int persistent) in php_conv_open()
H A Dftp_fopen_wrapper.c131 …php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_ftp_fopen_connect()
414 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp()
693 …hp_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_ftp_opendir()
909 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_stream_ftp_unlink()
959 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_stream_ftp_rename()
1038 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options in php_stream_ftp_mkdir()
1131 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stre… in php_stream_ftp_rmdir()
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 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 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

Completed in 170 milliseconds

12345