Home
last modified time | relevance | path

Searched defs:mode (Results 76 – 100 of 117) sorted by relevance

12345

/PHP-5.6/ext/dom/
H A Ddocument.c1491 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, int source_len, int options … in dom_document_parser()
1612 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) { in dom_parse_document()
2117 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html()
H A Dnode.c1750 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization()
/PHP-5.6/ext/mysqli/
H A Dmysqli_api.c41 …mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const unsigned int mode) in mysqli_tx_cor_options_to_string()
114 …sqli_commit_or_rollback_libmysql(MYSQL * conn, zend_bool commit, const unsigned int mode, const ch… in mysqli_commit_or_rollback_libmysql()
2382 ulong mode; local
/PHP-5.6/ext/phar/
H A Dtar.c472 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) in phar_parse_tarfile() argument
/PHP-5.6/main/
H A Dphp_ini.c41 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
/PHP-5.6/ext/com_dotnet/
H A Dcom_com.c46 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_FUNCTION() local
/PHP-5.6/
H A Dserver-tests.php140 function mkpath($path,$mode = 0777) {
/PHP-5.6/sapi/apache_hooks/
H A Dmod_php5.c895 …har *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode) in php_apache_value_handler_ex()
1133 …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/Zend/
H A Dzend_hash.c780 int mode = (overwrite?HASH_UPDATE:HASH_ADD); in _zend_hash_merge() local
1152 … 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.6/ext/fileinfo/libmagic/
H A Dapprentice.c248 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument
812 apprentice_list(struct mlist *mlist, int mode) in apprentice_list()
/PHP-5.6/ext/oci8/
H A Doci8_statement.c1092 int mode = OCI_DATA_AT_EXEC; in php_oci_bind_by_name() local
/PHP-5.6/ext/gd/
H A Dgd.c3562 static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_imagechar()
3853 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int extended) in php_imagettftext_common()
4864 zend_bool mode = 0; in php_image_filter_pixelate() local
4983 long mode; in PHP_FUNCTION() local
5126 long mode = -1; in PHP_FUNCTION() local
/PHP-5.6/main/streams/
H A Dstreams.c1887 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context T…
2014 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options,
/PHP-5.6/ext/pdo/
H A Dpdo_stmt.c1229 static int pdo_stmt_verify_mode(pdo_stmt_t *stmt, long mode, int fetch_all TSRMLS_DC) /* {{{ */ in pdo_stmt_verify_mode()
1857 long mode = PDO_FETCH_BOTH; in pdo_stmt_setup_fetch_mode() local
/PHP-5.6/sapi/cli/
H A Dphp_cli_server.c95 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
873 static void php_cli_server_poller_add(php_cli_server_poller *poller, int mode, int fd) /* {{{ */ in php_cli_server_poller_add()
886 static void php_cli_server_poller_remove(php_cli_server_poller *poller, int mode, int fd) /* {{{ */ in php_cli_server_poller_remove()
/PHP-5.6/ext/spl/
H A Dspl.php970 function openFile($mode = 'r', $use_include_path = false, $context = NULL) {/**/}
/PHP-5.6/ext/libxml/
H A Dlibxml.c291 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper()
/PHP-5.6/ext/ftp/
H A Dftp.c594 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod()
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c2006 sljit_ub mode,
2095 sljit_ub mode, sljit_si set_flags,
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c205 mbfl_buffer_converter_illegal_mode(mbfl_buffer_converter *convd, int mode) in mbfl_buffer_converter_illegal_mode()
1964 int mode) in mbfl_ja_jp_hantozen()
/PHP-5.6/ext/mbstring/
H A Dphp_mbregex.c1181 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_mb_regex_ereg_search_exec()
/PHP-5.6/ext/odbc/
H A Dphp_odbc.c926 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs()
3009 static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_lasterror()
/PHP-5.6/ext/standard/
H A Dimage.c1390 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()
/PHP-5.6/ext/pdo_pgsql/
H A Dpgsql_driver.c982 int mode = INV_READ; in PHP_METHOD() local
/PHP-5.6/ext/zip/
H A Dphp_zip.c1355 char *mode = NULL; in PHP_NAMED_FUNCTION() local
2822 char *mode = "rb"; in ZIPARCHIVE_METHOD() local

Completed in 227 milliseconds

12345