Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/calendar/
H A Dcalendar.c686 long julday, mode = CAL_DOW_DAYNO; in PHP_FUNCTION() local
717 long julday, mode; in PHP_FUNCTION() local
/PHP-5.5/ext/mbstring/
H A Dphp_unicode.c306 int mode = 0; in php_unicode_convert_case() local
/PHP-5.5/ext/zip/
H A Dzip_stream.c239 char *mode, in php_stream_zip_opener()
/PHP-5.5/main/streams/
H A Dglob_wrapper.c209 static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, char *path, char *mode, in php_glob_stream_opener()
H A Duserspace.c335 static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int… in user_wrapper_opener()
440 static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, char *filename, char *mode, in user_wrapper_opendir()
1263 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st… in user_wrapper_mkdir()
/PHP-5.5/ext/standard/
H A Dexec.c214 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex()
H A Dproc_open.c444 int mode; /* mode for proc_open code */ member
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1405 int mode = ZEND_INI_USER; local
1414 int mode = ZEND_INI_SYSTEM; local
1425 int *mode = (int *)arg; local
/PHP-5.5/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.5/TSRM/
H A Dtsrm_win32.h33 unsigned short mode; member
H A Dtsrm_virtual_cwd.c92 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument
96 #define S_ISREG(mode) ((mode) & _S_IFREG) argument
1642 mode_t mode; in virtual_open() local
H A Dtsrm_win32.c460 int fno, type_len = strlen(type), read, mode; in popen_ex() local
/PHP-5.5/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.5/ext/fileinfo/
H A Dfileinfo.c411 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c370 long mode = MYSQLND_FETCH_NUM; local
1053 static int mysqli_begin_transaction_libmysql(MYSQL * conn, const unsigned int mode, const char * co…
/PHP-5.5/Zend/
H A Dzend_hash.h378 …pdate_current_key_ex(HashTable *ht, const char *arKey, uint nKeyLength, int mode, HashPosition *po… in zend_symtable_update_current_key_ex()
383 #define zend_symtable_update_current_key(ht,arKey,nKeyLength,mode) \ argument
/PHP-5.5/ext/iconv/
H A Diconv.c1418 …str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) in _php_iconv_mime_decode()
2277 long mode = 0; in PHP_FUNCTION() local
2318 long mode = 0; in PHP_FUNCTION() local
/PHP-5.5/ext/phar/
H A Dutil.c353 …ntry_data **ret, char *fname, int fname_len, char *path, int path_len, char *mode, char allow_dir,… in phar_get_entry_data()
519 …reate_entry_data(char *fname, int fname_len, char *path, int path_len, char *mode, char allow_dir,… in phar_get_or_create_entry_data()
/PHP-5.5/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.5/ext/zlib/
H A Dzlib.c590 char *mode; in PHP_FUNCTION() local
/PHP-5.5/ext/spl/
H A Dspl_iterators.h159 regex_mode mode; member
H A Dspl_iterators.c107 RecursiveIteratorMode mode; member
450 long mode, flags; in spl_recursive_it_it_construct() local
1480 long mode = REGIT_MODE_MATCH; in spl_dual_it_construct() local
2102 long mode; in SPL_METHOD() local
2207 zval **args[5], *object, *regex, *mode, *flags, *preg_flags; in SPL_METHOD() local
/PHP-5.5/ext/filter/
H A Dlogical_filters.c679 int mode; in php_filter_validate_ip() local
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c123 b4 mode; in oci_stmt_execute() local
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c360 ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) in php_input_filter()

Completed in 130 milliseconds

12345