Home
last modified time | relevance | path

Searched defs:options (Results 76 – 100 of 104) sorted by last modified time

12345

/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()
/PHP-7.4/main/
H A Dphp_streams.h66 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument
68 #define php_stream_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_wit… argument
79 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument
80 #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapp… argument
355 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
358 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context) argument
361 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
572 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
573 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
H A DSAPI.h129 int options; member
/PHP-7.4/ext/zlib/
H A Dzlib.c754 static zend_bool zlib_create_dictionary_string(HashTable *options, char **dict, size_t *dictlen) { in zlib_create_dictionary_string()
837 HashTable *options = NULL; in PHP_FUNCTION() local
1073 HashTable *options = NULL; in PHP_FUNCTION() local
H A Dzlib_fopen_wrapper.c108 …am *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_gzopen()
/PHP-7.4/ext/zip/
H A Dzip_stream.c265 int options, in php_stream_zip_opener()
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c358 static void set_output_options(php_output_options* options, zval* output_opts) in set_output_options()
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c178 …p_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_url_wrap_php()
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()
/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/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()
/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/json/
H A Djson.c193 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth) /* {{{… in php_json_encode_ex()
208 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
245 …t php_json_decode_ex(zval *return_value, char *str, size_t str_len, zend_long options, zend_long d… in php_json_decode_ex()
273 zend_long options = 0; in PHP_FUNCTION() local
318 zend_long options = 0; in PHP_FUNCTION() local
H A Djson_parser.y310 int options, in php_json_parser_init_ex()
326 int options, in php_json_parser_init()
H A Dphp_json_scanner.h38 int options; /* options */ member
/PHP-7.4/ext/hash/
H A Dhash.c349 zend_long options = 0; in PHP_FUNCTION() local
H A Dphp_hash.h53 zend_long options; member
/PHP-7.4/ext/filter/
H A Dfilter.c376 static void php_zval_filter(zval *value, zend_long filter, zend_long flags, zval *options, char* ch… in php_zval_filter()
501 static void php_zval_filter_recursive(zval *value, zend_long filter, zend_long flags, zval *options in php_zval_filter_recursive()
598 zval *options = NULL; in php_filter_call() local
/PHP-7.4/ext/curl/
H A Dshare.c99 zend_long options; in PHP_FUNCTION() local
/PHP-7.4/ext/bz2/
H A Dbz2.c249 int options, in _php_stream_bz2open()
H A Dphp_bz2.h55 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/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/zip/examples/
H A Daddpattern.php6 $options = array('remove_path' => '/home/pierre/cvs/gd/libgd/tests', variable
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c369 …(*fptr)(void *data, const char *text, int size), void *data, XML_ELEM_OUTPUT_OPTIONS options, int … in xml_element_serialize()
530 char* xml_elem_serialize_to_string(xml_element *el, XML_ELEM_OUTPUT_OPTIONS options, int *buf_len) in xml_elem_serialize_to_string()
564 void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options) in xml_elem_serialize_to_stream()
680 xml_element* xml_elem_parse_buf(const char* in_buf, int len, XML_ELEM_INPUT_OPTIONS options, XML_EL… in xml_elem_parse_buf()
H A Dxmlrpc.c2602 static STRUCT_XMLRPC_OPTIONS options = { in XMLRPC_GetDefaultOptions() local
2628 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCase() local
2653 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCase() local
2679 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCaseComparison() local
2704 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCaseComparison() local

Completed in 86 milliseconds

12345