Home
last modified time | relevance | path

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

12345

/PHP-7.1/ext/standard/
H A Dftp_fopen_wrapper.c134 …php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_ftp_fopen_connect()
417 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp()
696 …hp_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_ftp_opendir()
912 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_stream_ftp_unlink()
962 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_stream_ftp_rename()
1041 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options in php_stream_ftp_mkdir()
1135 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stre… in php_stream_ftp_rmdir()
H A Dhttp_fopen_wrapper.c113 const char *path, const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_http_ex()
991 …_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in php_stream_url_wrap_http()
H A Dpassword.c151 zval options; in PHP_FUNCTION() local
188 HashTable *options = 0; in PHP_FUNCTION() local
268 HashTable *options = 0; in PHP_FUNCTION() local
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.c862 static int parse_context_options(php_stream_context *context, zval *options) in parse_context_options()
971 zval *options; in PHP_FUNCTION() local
1085 zval *options = NULL; in PHP_FUNCTION() local
1107 zval *options = NULL, *params = NULL; in PHP_FUNCTION() local
H A Dvar.c1071 zval *options = NULL, *classes = NULL; in PHP_FUNCTION() local
/PHP-7.1/ext/tidy/
H A Dtidy.c1209 zval *options = NULL; in PHP_FUNCTION() local
1270 zval *options = NULL; in PHP_FUNCTION() local
1586 zval *options = NULL; in TIDY_DOC_METHOD() local
1623 zval *options = NULL; in TIDY_DOC_METHOD() local
1661 zval *options = NULL; in TIDY_DOC_METHOD() local
/PHP-7.1/ext/xmlreader/
H A Dphp_xmlreader.c855 zend_long options = 0; in PHP_METHOD() local
1039 zend_long options = 0; in PHP_METHOD() local
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c376 …(*fptr)(void *data, const char *text, int size), void *data, XML_ELEM_OUTPUT_OPTIONS options, int … in xml_element_serialize()
537 char* xml_elem_serialize_to_string(xml_element *el, XML_ELEM_OUTPUT_OPTIONS options, int *buf_len) in xml_elem_serialize_to_string()
571 void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options) in xml_elem_serialize_to_stream()
687 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.c2610 static STRUCT_XMLRPC_OPTIONS options = { in XMLRPC_GetDefaultOptions() local
2636 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCase() local
2661 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCase() local
2687 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCaseComparison() local
2712 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCaseComparison() local
/PHP-7.1/ext/xmlrpc/
H A Dxmlrpc-epi-php.c361 static void set_output_options(php_output_options* options, zval* output_opts) in set_output_options()
/PHP-7.1/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.1/ext/zip/
H A Dphp_zip.c313 static int php_zip_parse_options(zval *options, zend_long *remove_all_path, char **remove_path, siz… in php_zip_parse_options()
1635 zval *options = NULL; in php_zip_add_from_pattern() local
H A Dzip_stream.c262 int options, in php_stream_zip_opener()
/PHP-7.1/ext/zlib/
H A Dzlib.c756 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
1022 HashTable *options = NULL; in PHP_FUNCTION() local
H A Dzlib_fopen_wrapper.c113 …am *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_gzopen()
/PHP-7.1/main/
H A DSAPI.h132 int options; member
H A Dphp_streams.h68 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument
70 #define php_stream_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_wit… argument
81 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument
82 #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapp… argument
351 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
354 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context) argument
357 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
568 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
569 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
/PHP-7.1/main/streams/
H A Dcast.c345 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.c210 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_glob_stream_opener()
H A Dmemory.c627 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397()
H A Dphp_stream_context.h55 zval options; /* hash keyed by wrapper family or specific wrapper */ member
H A Dphp_stream_plain_wrapper.h55 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
H A Dphp_stream_transport.h57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument

Completed in 163 milliseconds

12345