Home
last modified time | relevance | path

Searched defs:mode (Results 51 – 75 of 117) sorted by relevance

12345

/PHP-5.6/ext/mbstring/
H A Dphp_unicode.c306 int mode = 0; in php_unicode_convert_case() local
/PHP-5.6/main/streams/
H A Dglob_wrapper.c209 …php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_glob_stream_opener()
H A Duserspace.c335 …hp_stream *user_wrapper_opener(php_stream_wrapper *wrapper, const char *filename, const char *mode, in user_wrapper_opener()
446 …p_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, const char *filename, const char *mode, in user_wrapper_opendir()
1270 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, in user_wrapper_mkdir()
/PHP-5.6/ext/zip/
H A Dzip_stream.c254 const char *mode, in php_stream_zip_opener()
/PHP-5.6/ext/standard/
H A Dexec.c214 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex()
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 Dproc_open.c445 int mode; /* mode for proc_open code */ member
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c1436 int mode = ZEND_INI_USER; local
1445 int mode = ZEND_INI_SYSTEM; local
1456 int *mode = (int *)arg; local
/PHP-5.6/sapi/apache/
H A Dmod_php5.c796 …har *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode) in php_apache_value_handler_ex()
849 …char *php_apache_flag_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode) in php_apache_flag_handler_ex()
/PHP-5.6/TSRM/
H A Dtsrm_win32.h33 unsigned short mode; member
H A Dtsrm_win32.c460 int fno, type_len = strlen(type), read, mode; in popen_ex() local
/PHP-5.6/ext/fileinfo/
H A Dfileinfo.c413 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */ in _php_finfo_get_type()
/PHP-5.6/ext/mysqli/
H A Dmysqli_nonapi.c372 long mode = MYSQLND_FETCH_NUM; local
1068 static int mysqli_begin_transaction_libmysql(MYSQL * conn, const unsigned int mode, const char * co…
/PHP-5.6/main/
H A Dmain.c118 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
333 int mode; in php_get_display_errors_mode() local
374 int mode, tmp_value_length, cgi_or_cli; in PHP_INI_DISP() local
/PHP-5.6/ext/iconv/
H A Diconv.c1483 …str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) in _php_iconv_mime_decode()
2342 long mode = 0; in PHP_FUNCTION() local
2383 long mode = 0; in PHP_FUNCTION() local
/PHP-5.6/Zend/
H A Dzend_virtual_cwd.c93 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument
97 #define S_ISREG(mode) ((mode) & _S_IFREG) argument
1674 mode_t mode; in virtual_open() local
H A Dzend_hash.h383 …pdate_current_key_ex(HashTable *ht, const char *arKey, uint nKeyLength, int mode, HashPosition *po… in zend_symtable_update_current_key_ex()
388 #define zend_symtable_update_current_key(ht,arKey,nKeyLength,mode) \ argument
/PHP-5.6/ext/phar/
H A Dutil.c353 …y_data **ret, char *fname, int fname_len, char *path, int path_len, const char *mode, char allow_d… in phar_get_entry_data()
519 …te_entry_data(char *fname, int fname_len, char *path, int path_len, const char *mode, char allow_d… in phar_get_or_create_entry_data()
/PHP-5.6/ext/com_dotnet/
H A Dcom_typeinfo.c156 PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode, int codepage TSRMLS_DC) in php_com_import_typelib()
/PHP-5.6/ext/zlib/
H A Dzlib.c590 char *mode; in PHP_FUNCTION() local
/PHP-5.6/ext/filter/
H A Dlogical_filters.c679 int mode; in php_filter_validate_ip() local
/PHP-5.6/ext/spl/
H A Dspl_iterators.h159 regex_mode mode; member
H A Dspl_iterators.c107 RecursiveIteratorMode mode; member
468 long mode, flags; in spl_recursive_it_it_construct() local
1554 long mode = REGIT_MODE_MATCH; in spl_dual_it_construct() local
2177 long mode; in SPL_METHOD() local
2282 zval **args[5], *object, *regex, *mode, *flags, *preg_flags; in SPL_METHOD() local
/PHP-5.6/ext/pdo_oci/
H A Doci_statement.c123 b4 mode; in oci_stmt_execute() local
/PHP-5.6/sapi/apache2filter/
H A Dsapi_apache2.c363 ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) in php_input_filter()

Completed in 133 milliseconds

12345