Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 79) sorted by relevance

1234

/PHP-5.3/ext/fileinfo/
H A Dfileinfo.c47 long options; member
180 #define FINFO_SET_OPTION(magic, options) \ argument
293 long options = MAGIC_NONE; local
388 long options; local
418 long options = 0; local
/PHP-5.3/ext/standard/
H A Dftp_fopen_wrapper.c133 …ftp_fopen_connect(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_… in php_ftp_fopen_connect()
414 …ream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_… in php_stream_url_wrap_ftp()
695 …tream_ftp_opendir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_… in php_stream_ftp_opendir()
907 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_co… in php_stream_ftp_unlink()
957 …_ftp_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_con… in php_stream_ftp_rename()
1036 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_… in php_stream_ftp_mkdir()
1130 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_con… in php_stream_ftp_rmdir()
H A Dhttp_fopen_wrapper.c87 …_url_wrap_http_ex(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_… in php_stream_url_wrap_http_ex()
922 …eam_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_… in php_stream_url_wrap_http()
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.c262 int options = 0; in regcomp() local
315 int options = 0; in regexec() local
H A Dpcre_study.c81 find_minlength(const pcre_uchar *code, const pcre_uchar *startcode, int options, in find_minlength()
1330 pcre_study(const pcre *external_re, int options, const char **errorptr) in pcre_study()
H A Dpcre_compile.c777 int bracount, int options, BOOL isclass) in check_escape()
3061 const pcre_uchar *ptr, int options, compile_data *cd) in check_auto_possessive()
3448 add_to_class(pcre_uint8 *classbits, pcre_uchar **uchardptr, int options, in add_to_class()
3607 add_list_to_class(pcre_uint8 *classbits, pcre_uchar **uchardptr, int options, in add_list_to_class()
3646 int options, compile_data *cd, const pcre_uint32 *p) in add_not_list_to_class()
3710 int options = *optionsptr; /* May change dynamically */ in compile_branch() local
7096 compile_regex(int options, pcre_uchar **codeptr, const pcre_uchar **ptrptr, in compile_regex()
7740 pcre_compile(const char *pattern, int options, const char **errorptr, in pcre_compile()
7764 pcre_compile2(const char *pattern, int options, int *errorcodeptr, in pcre_compile2()
H A Dpcredemo.c298 int options = 0; /* Normally no options */ in main() local
/PHP-5.3/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
334 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
337 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context TSRMLS_CC) argument
340 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
546 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
547 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
549 #define php_stream_get_from_zval(stream, zstream, mode, options, opened, context) \ argument
/PHP-5.3/ext/phar/
H A Ddirstream.c322 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options,… in phar_wrapper_open_dir()
435 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stre… in phar_wrapper_mkdir()
567 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *con… in phar_wrapper_rmdir()
H A Dstream.c158 …_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_… in phar_wrapper_open_url()
689 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in phar_wrapper_unlink()
765 …pper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_con… in phar_wrapper_rename()
/PHP-5.3/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php17 $options = new gtCommandLineOptions(); variable
/PHP-5.3/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php26 protected $options; variable in gtCommandLineOptions
/PHP-5.3/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.c2603 static STRUCT_XMLRPC_OPTIONS options = { in XMLRPC_GetDefaultOptions() local
2629 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCase() local
2654 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCase() local
2680 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCaseComparison() local
2705 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCaseComparison() local
/PHP-5.3/main/streams/
H A Dplain_wrapper.c853 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_dir_opener()
995 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_stream_opener()
1045 static int php_plain_files_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_c… in php_plain_files_unlink()
1080 …iles_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_con… in php_plain_files_rename()
1174 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php… in php_plain_files_mkdir()
1269 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_co… in php_plain_files_rmdir()
H A Duserspace.c261 …rapper_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int options, char **opened_… in user_wrapper_opener()
408 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opendir()
1082 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in user_wrapper_unlink()
1136 …pper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_con… in user_wrapper_rename()
1195 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st… in user_wrapper_mkdir()
1260 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_conte… in user_wrapper_rmdir()
H A Dphp_stream_plain_wrapper.h55 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
/PHP-5.3/ext/bz2/
H A Dphp_bz2.h54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregposix.c138 OnigOptionType options; in regcomp() local
172 OnigOptionType options; in regexec() local
H A Dregsyntax.c178 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options) in onig_set_syntax_options()
/PHP-5.3/ext/filter/
H A Dfilter.c359 static void php_zval_filter(zval **value, long filter, long flags, zval *options, char* charset, ze… in php_zval_filter()
509 static void php_zval_filter_recursive(zval **value, long filter, long flags, zval *options, char *c… in php_zval_filter_recursive()
606 zval *options = NULL; in php_filter_call() local
/PHP-5.3/ext/mbstring/
H A Dphp_mbregex.c448 …_t *php_mbregex_compile_pattern(const char *pattern, int patlen, OnigOptionType options, OnigEncod… in php_mbregex_compile_pattern()
698 OnigOptionType options; in _php_mb_regex_ereg_exec() local
787 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options) in _php_mb_regex_ereg_replace_exec()
1355 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options()
/PHP-5.3/ext/tidy/
H A Dtidy.c1166 zval **options = NULL; in PHP_FUNCTION() local
1226 zval **options = NULL; in PHP_FUNCTION() local
1542 zval **options = NULL; in TIDY_DOC_METHOD() local
1577 zval **options = NULL; in TIDY_DOC_METHOD() local
1612 zval **options = NULL; in TIDY_DOC_METHOD() local
/PHP-5.3/ext/zlib/
H A Dzlib_fopen_wrapper.c109 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, in php_stream_gzopen()
/PHP-5.3/ext/hash/
H A Dphp_hash.h53 long options; member

Completed in 131 milliseconds

1234