Home
last modified time | relevance | path

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

1234

/PHP-5.5/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.5/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 Dpassword.c180 zval *options; in PHP_FUNCTION() local
223 HashTable *options = 0; in PHP_FUNCTION() local
314 HashTable *options = 0; in PHP_FUNCTION() local
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.5/ext/mysqlnd/
H A Dmysqlnd_auth.c39 const MYSQLND_OPTIONS * const options, in mysqlnd_auth_handshake()
362 const MYSQLND_OPTIONS * const options, in mysqlnd_native_auth_get_auth_data()
422 const MYSQLND_OPTIONS * const options, in mysqlnd_pam_auth_get_auth_data()
483 const MYSQLND_OPTIONS * const options, in mysqlnd_sha256_get_rsa_key()
575 const MYSQLND_OPTIONS * const options, in mysqlnd_sha256_auth_get_auth_data()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c273 int options = 0; in regcomp() local
326 int options = 0; in regexec() local
H A Dpcre_study.c84 const pcre_uchar *startcode, int options, recurse_check *recurses, in find_minlength()
1452 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.5/ext/json/
H A Djson.c209 static inline void json_pretty_print_char(smart_str *buf, int options, char c TSRMLS_DC) /* {{{ */ in json_pretty_print_char()
662 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long … in php_json_decode_ex()
777 long options = 0; in PHP_FUNCTION() local
808 long options = 0; in PHP_FUNCTION() local
/PHP-5.5/ext/phar/
H A Ddirstream.c319 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options,… in phar_wrapper_open_dir()
432 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stre… in phar_wrapper_mkdir()
564 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.5/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.5/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-5.5/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php17 $options = new gtCommandLineOptions(); variable
/PHP-5.5/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php26 protected $options; variable in gtCommandLineOptions
/PHP-5.5/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
342 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
345 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context TSRMLS_CC) argument
348 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
555 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
556 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
558 #define php_stream_get_from_zval(stream, zstream, mode, options, opened, context) \ argument
/PHP-5.5/main/streams/
H A Dplain_wrapper.c886 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_dir_opener()
1024 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_stream_opener()
1059 static int php_plain_files_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_c… in php_plain_files_unlink()
1085 …iles_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_con… in php_plain_files_rename()
1169 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php… in php_plain_files_mkdir()
1255 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()
1164 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in user_wrapper_unlink()
1211 …pper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_con… in user_wrapper_rename()
1263 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st… in user_wrapper_mkdir()
1321 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.5/ext/bz2/
H A Dphp_bz2.h54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposix.c138 OnigOptionType options; in regcomp() local
172 OnigOptionType options; in regexec() local
/PHP-5.5/ext/curl/
H A Dshare.c99 long options; in PHP_FUNCTION() local
/PHP-5.5/ext/filter/
H A Dfilter.c361 static void php_zval_filter(zval **value, long filter, long flags, zval *options, char* charset, ze… in php_zval_filter()
497 static void php_zval_filter_recursive(zval **value, long filter, long flags, zval *options, char *c… in php_zval_filter_recursive()
593 zval *options = NULL; in php_filter_call() local

Completed in 110 milliseconds

1234