Home
last modified time | relevance | path

Searched defs:options (Results 76 – 100 of 104) sorted by path

12345

/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 Dstreamsfuncs.c886 static int parse_context_options(php_stream_context *context, zval *options) in parse_context_options()
995 zval *options; in PHP_FUNCTION() local
1110 zval *options = NULL; in PHP_FUNCTION() local
1132 zval *options = NULL, *params = NULL; in PHP_FUNCTION() local
H A Dvar.c1205 zval *options = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/tidy/
H A Dtidy.c1253 zval *options = NULL; in PHP_FUNCTION() local
1314 zval *options = NULL; in PHP_FUNCTION() local
1634 zval *options = NULL; in TIDY_DOC_METHOD() local
1671 zval *options = NULL; in TIDY_DOC_METHOD() local
1709 zval *options = NULL; in TIDY_DOC_METHOD() 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/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
/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/zip/examples/
H A Daddglob.php7 $options = array( variable
H A Daddpattern.php6 $options = array('remove_path' => '/home/pierre/cvs/gd/libgd/tests', variable
/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
H A Dzip_stream.c265 int options, in php_stream_zip_opener()
/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/main/
H A DSAPI.h129 int options; member
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
/PHP-7.4/main/streams/
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 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
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()
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 Dtransports.c54 PHPAPI php_stream *_php_stream_xport_create(const char *name, size_t namelen, int options, in _php_stream_xport_create()

Completed in 206 milliseconds

12345