Home
last modified time | relevance | path

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

12345

/PHP-5.5/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()
2372 ulong mode; local
/PHP-5.5/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()
2178 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html()
H A Dnode.c1748 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization()
/PHP-5.5/Zend/
H A Dzend_hash.c849 int mode = (overwrite?HASH_UPDATE:HASH_ADD); in _zend_hash_merge() local
1231 … 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.5/ext/phar/
H A Dtar.c472 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) in phar_parse_tarfile() argument
/PHP-5.5/main/
H A Dphp_ini.c41 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
/PHP-5.5/
H A Dserver-tests.php140 function mkpath($path,$mode = 0777) {
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c46 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_FUNCTION() local
/PHP-5.5/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.5/ext/oci8/
H A Doci8_statement.c995 int mode = OCI_DATA_AT_EXEC; in php_oci_bind_by_name() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c242 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument
797 apprentice_list(struct mlist *mlist, int mode) in apprentice_list()
/PHP-5.5/ext/gd/
H A Dgd.c3511 static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_imagechar()
3802 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int extended) in php_imagettftext_common()
4794 zend_bool mode = 0; in php_image_filter_pixelate() local
4913 long mode; in PHP_FUNCTION() local
5056 long mode = -1; in PHP_FUNCTION() local
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c1241 static int pdo_stmt_verify_mode(pdo_stmt_t *stmt, long mode, int fetch_all TSRMLS_DC) /* {{{ */ in pdo_stmt_verify_mode()
1869 long mode = PDO_FETCH_BOTH; in pdo_stmt_setup_fetch_mode() local
/PHP-5.5/main/streams/
H A Dstreams.c1892 PHPAPI int _php_stream_mkdir(char *path, int mode, int options, php_stream_context *context TSRMLS_…
2019 PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int options,
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c95 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
869 static void php_cli_server_poller_add(php_cli_server_poller *poller, int mode, int fd) /* {{{ */ in php_cli_server_poller_add()
882 static void php_cli_server_poller_remove(php_cli_server_poller *poller, int mode, int fd) /* {{{ */ in php_cli_server_poller_remove()
/PHP-5.5/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.5/ext/spl/
H A Dspl.php970 function openFile($mode = 'r', $use_include_path = false, $context = NULL) {/**/}
/PHP-5.5/ext/ftp/
H A Dftp.c591 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c2006 sljit_ub mode,
2095 sljit_ub mode, sljit_si set_flags,
/PHP-5.5/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.5/ext/mbstring/
H A Dphp_mbregex.c1177 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_mb_regex_ereg_search_exec()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c916 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs()
2998 static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_lasterror()
/PHP-5.5/ext/zip/
H A Dphp_zip.c1325 char *mode = NULL; in PHP_NAMED_FUNCTION() local
2599 char *mode = "rb"; in ZIPARCHIVE_METHOD() local
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c936 int mode = INV_READ; in PHP_METHOD() local
/PHP-5.5/ext/standard/
H A Dimage.c1391 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()

Completed in 139 milliseconds

12345