Home
last modified time | relevance | path

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

12345

/PHP-5.4/ext/phar/
H A Dutil.c575 …ntry_data **ret, char *fname, int fname_len, char *path, int path_len, char *mode, char allow_dir,… in phar_get_entry_data()
736 …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()
1040 int mode; member
/PHP-5.4/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()
1253 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st… in user_wrapper_mkdir()
/PHP-5.4/ext/zip/
H A Dzip_stream.c239 char *mode, in php_stream_zip_opener()
/PHP-5.4/ext/standard/
H A Dexec.c171 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex()
H A Dinfo.c561 PHPAPI char *php_get_uname(char mode) in php_get_uname()
1330 char *mode = "a"; in PHP_FUNCTION() local
H A Dproc_open.c432 int mode; /* mode for proc_open code */ member
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c1390 int mode = ZEND_INI_USER; local
1399 int mode = ZEND_INI_SYSTEM; local
1410 int *mode = (int *)arg; local
/PHP-5.4/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.4/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.4/ext/curl/
H A Dstreams.c269 php_stream *php_curl_stream_opener(php_stream_wrapper *wrapper, char *filename, char *mode, in php_curl_stream_opener()
/PHP-5.4/main/
H A Dmain.c119 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
334 int mode; in php_get_display_errors_mode() local
375 int mode, tmp_value_length, cgi_or_cli; in PHP_INI_DISP() local
/PHP-5.4/ext/fileinfo/
H A Dfileinfo.c411 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */
/PHP-5.4/Zend/
H A Dzend_hash.h375 …pdate_current_key_ex(HashTable *ht, const char *arKey, uint nKeyLength, int mode, HashPosition *po… in zend_symtable_update_current_key_ex()
380 #define zend_symtable_update_current_key(ht,arKey,nKeyLength,mode) \ argument
H A Dzend_hash.c849 int mode = (overwrite?HASH_UPDATE:HASH_ADD); in _zend_hash_merge() local
1213 … int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashPosition *po… in zend_hash_update_current_key_ex()
/PHP-5.4/ext/iconv/
H A Diconv.c1388 …str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) in _php_iconv_mime_decode()
2247 long mode = 0; in PHP_FUNCTION() local
2288 long mode = 0; in PHP_FUNCTION() local
/PHP-5.4/ext/filter/
H A Dlogical_filters.c679 int mode; in php_filter_validate_ip() local
/PHP-5.4/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.4/ext/zlib/
H A Dzlib.c578 char *mode; in PHP_FUNCTION() local
/PHP-5.4/ext/spl/
H A Dspl_iterators.h162 regex_mode mode; member
/PHP-5.4/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()
/PHP-5.4/ext/pdo_oci/
H A Doci_statement.c123 b4 mode; in oci_stmt_execute() local
/PHP-5.4/ext/dom/
H A Ddocument.c1552 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, int source_len, int options … in dom_document_parser()
1673 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) { in dom_parse_document()
2170 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html()

Completed in 86 milliseconds

12345