Home
last modified time | relevance | path

Searched defs:mode (Results 51 – 75 of 115) sorted by last modified time

12345

/PHP-5.5/ext/phar/
H A Dtar.c472 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) in phar_parse_tarfile() argument
H A Dtar.h43 char mode[8]; /* file mode */ member
67 char mode[8]; /* file mode */ member
H A Dfunc_interceptors.c328 char *filename, *mode; in PHAR_FUNC() local
424 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
427 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument
430 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) argument
H A Ddirstream.c319 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options,… in phar_wrapper_open_dir()
432 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stre… in phar_wrapper_mkdir()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c3008 char *z_filename, *mode = "w"; local
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c936 int mode = INV_READ; in PHP_METHOD() local
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c123 b4 mode; in oci_stmt_execute() 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/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c2006 sljit_ub mode,
2095 sljit_ub mode, sljit_si set_flags,
H A DsljitNativeARM_32.c2040 #define EMIT_FPU_OPERATION(opcode, mode, dst, src1, src2) \ argument
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c360 int mode; member
10422 int mode = JIT_COMPILE; in PRIV() local
10509 int mode = JIT_COMPILE; in pcre_jit_exec() local
/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/oci8/
H A Doci8_statement.c995 int mode = OCI_DATA_AT_EXEC; in php_oci_bind_by_name() local
H A Doci8.c2571 void php_oci_fetch_row (INTERNAL_FUNCTION_PARAMETERS, int mode, int expected_args) in php_oci_fetch_row()
H A Doci8_interface.c1326 long mode = OCI_COMMIT_ON_SUCCESS; local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h194 #define mysqlnd_autocommit(conn, mode) ((conn)->data)->m->set_autocommit((conn)->data, (mode) TSRM… argument
/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…
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/mcrypt/
H A Dmcrypt_filter.c161 char *mode = "cbc"; in php_mcrypt_filter_create() local
H A Dmcrypt.c561 char *mode, *mode_dir; in PHP_FUNCTION() local
1191 … cipher, const char *key, int key_len, const char *data, int data_len, char *mode, const char *iv,… in php_mcrypt_do_crypt()
1302 zval **mode; in PHP_FUNCTION() local
1318 zval **mode; in PHP_FUNCTION() local
1334 zval **mode; in PHP_FUNCTION() local
1350 zval **mode; in PHP_FUNCTION() local
1366 zval **mode; in PHP_FUNCTION() local
1382 zval **mode; in PHP_FUNCTION() local
/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()
H A Dphp_unicode.c306 int mode = 0; in php_unicode_convert_case() local
H A Dmbstring.c4657 MBSTRING_API int php_mb_stripos(int mode, const char *old_haystack, unsigned int old_haystack_len, … in php_mb_stripos()
/PHP-5.5/ext/mbstring/libmbfl/tests/
H A Dconv_kana.c32 int mode = 0; in main() local
/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()

Completed in 243 milliseconds

12345