Home
last modified time | relevance | path

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

1234

/PHP-5.4/ext/fileinfo/
H A Dfileinfo.c47 long options; member
179 #define FINFO_SET_OPTION(magic, options) \ argument
292 long options = MAGIC_NONE; local
383 long options; local
413 long options = 0; local
/PHP-5.4/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()
413 …ream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_… in php_stream_url_wrap_ftp()
694 …tream_ftp_opendir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_… in php_stream_ftp_opendir()
906 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_co… in php_stream_ftp_unlink()
956 …_ftp_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_con… in php_stream_ftp_rename()
1035 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_… in php_stream_ftp_mkdir()
1129 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.c111 …_url_wrap_http_ex(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_… in php_stream_url_wrap_http_ex()
938 …eam_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_… in php_stream_url_wrap_http()
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcreposix.c273 int options = 0; in regcomp() local
326 int options = 0; in regexec() local
H A Dpcre_study.c83 const pcre_uchar *startcode, int options, recurse_check *recurses) in find_minlength()
1446 pcre_study(const pcre *external_re, int options, const char **errorptr) in pcre_study()
H A Dpcredemo.c298 int options = 0; /* Normally no options */ in main() local
/PHP-5.4/ext/json/
H A Djson.c198 static inline void json_pretty_print_char(smart_str *buf, int options, char c TSRMLS_DC) /* {{{ */ in json_pretty_print_char()
655 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long … in php_json_decode_ex()
770 long options = 0; in PHP_FUNCTION() local
794 long options = 0; in PHP_FUNCTION() local
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_auth.c40 const MYSQLND_OPTIONS * const options, in mysqlnd_auth_handshake()
363 const MYSQLND_OPTIONS * const options, unsigned long mysql_flags in mysqlnd_native_auth_get_auth_data()
421 const MYSQLND_OPTIONS * const options, unsigned long mysql_flags in mysqlnd_pam_auth_get_auth_data()
/PHP-5.4/ext/phar/
H A Ddirstream.c318 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options,… in phar_wrapper_open_dir()
431 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stre… in phar_wrapper_mkdir()
563 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.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_32.c67 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter()
187 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context()
H A DsljitNativeX86_64.c91 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter()
241 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context()
/PHP-5.4/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.c2606 static STRUCT_XMLRPC_OPTIONS options = { in XMLRPC_GetDefaultOptions() local
2632 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCase() local
2657 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCase() local
2683 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCaseComparison() local
2708 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCaseComparison() local
/PHP-5.4/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php17 $options = new gtCommandLineOptions(); variable
/PHP-5.4/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php26 protected $options; variable in gtCommandLineOptions
/PHP-5.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
346 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
349 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context TSRMLS_CC) argument
352 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
559 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
560 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
562 #define php_stream_get_from_zval(stream, zstream, mode, options, opened, context) \ argument
/PHP-5.4/main/streams/
H A Dplain_wrapper.c857 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()
1031 static int php_plain_files_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_c… in php_plain_files_unlink()
1058 …iles_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_con… in php_plain_files_rename()
1143 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php… in php_plain_files_mkdir()
1229 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.c335 …rapper_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int options, char **opened_… in user_wrapper_opener()
441 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opendir()
1154 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in user_wrapper_unlink()
1201 …pper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_con… in user_wrapper_rename()
1253 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st… in user_wrapper_mkdir()
1311 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.4/ext/bz2/
H A Dphp_bz2.h54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-5.4/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.4/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()
495 static void php_zval_filter_recursive(zval **value, long filter, long flags, zval *options, char *c… in php_zval_filter_recursive()
591 zval *options = NULL; in php_filter_call() local
/PHP-5.4/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, i… in _php_mb_regex_ereg_replace_exec()
1419 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options()

Completed in 96 milliseconds

1234