Home
last modified time | relevance | path

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

12345

/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/pcre/pcre2lib/
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/main/streams/
H A Dtransports.c54 PHPAPI php_stream *_php_stream_xport_create(const char *name, size_t namelen, int options, in _php_stream_xport_create()
H A Dphp_stream_transport.h56 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
H A Dxp_socket.c890 const char *persistent_id, int options, int flags, in php_stream_generic_socket_factory()
H A Dmemory.c634 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397()
/PHP-7.4/ext/bz2/
H A Dbz2.c249 int options, in _php_stream_bz2open()
/PHP-7.4/ext/curl/
H A Dmulti.c622 zend_long options; in PHP_FUNCTION() local
/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/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/gmp/
H A Dgmp.c1044 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate()
1093 zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN; in ZEND_FUNCTION() local
1123 zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN; in ZEND_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/phar/
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/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/intl/uchar/
H A Duchar.c438 zend_long options = U_FOLD_CASE_DEFAULT; in IC_METHOD() local
/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/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c506 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
530 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
H A DsljitNativeARM_64.c919 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
1045 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c1101 char *options[] = FPM_PHP_INI_TO_EXPAND; in fpm_conf_process_all_pools() local
/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/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
/PHP-7.4/main/
H A DSAPI.h129 int options; member
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h73 #define mysql_refresh(conn, options) mysqlnd_refresh((conn), (options)) argument
/PHP-7.4/ext/standard/
H A Dvar.c1205 zval *options = NULL; in PHP_FUNCTION() local

Completed in 201 milliseconds

12345