/PHP-5.3/ext/fileinfo/ |
H A D | fileinfo.c | 47 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 D | ftp_fopen_wrapper.c | 133 …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 D | http_fopen_wrapper.c | 87 …_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 D | pcreposix.c | 262 int options = 0; in regcomp() local 315 int options = 0; in regexec() local
|
H A D | pcre_study.c | 81 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 D | pcre_compile.c | 777 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 D | pcredemo.c | 298 int options = 0; /* Normally no options */ in main() local
|
/PHP-5.3/main/ |
H A D | php_streams.h | 66 #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 D | dirstream.c | 322 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 D | stream.c | 158 …_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 D | generate-phpt.php | 17 $options = new gtCommandLineOptions(); variable
|
/PHP-5.3/scripts/dev/generate-phpt/src/setup/ |
H A D | gtCommandLineOptions.php | 26 protected $options; variable in gtCommandLineOptions
|
/PHP-5.3/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.c | 376 …(*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 D | xmlrpc.c | 2603 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 D | plain_wrapper.c | 853 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 D | userspace.c | 261 …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 D | php_stream_plain_wrapper.h | 55 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
|
/PHP-5.3/ext/bz2/ |
H A D | php_bz2.h | 54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regposix.c | 138 OnigOptionType options; in regcomp() local 172 OnigOptionType options; in regexec() local
|
H A D | regsyntax.c | 178 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options) in onig_set_syntax_options()
|
/PHP-5.3/ext/filter/ |
H A D | filter.c | 359 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 D | php_mbregex.c | 448 …_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 D | tidy.c | 1166 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 D | zlib_fopen_wrapper.c | 109 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 D | php_hash.h | 53 long options; member
|