Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/oci8/
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
H A Doci8_statement.c995 int mode = OCI_DATA_AT_EXEC; in php_oci_bind_by_name() 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/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/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c2040 #define EMIT_FPU_OPERATION(opcode, mode, dst, src1, src2) \ argument
H A DsljitNativeX86_common.c2006 sljit_ub mode,
2095 sljit_ub mode, sljit_si set_flags,
/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/pdo_oci/
H A Doci_statement.c123 b4 mode; in oci_stmt_execute() local
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c936 int mode = INV_READ; in PHP_METHOD() local
/PHP-5.5/ext/pgsql/
H A Dpgsql.c3008 char *z_filename, *mode = "w"; local
/PHP-5.5/ext/phar/
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()
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 Dphar_object.c4119 mode_t mode; in phar_extract_file() local
H A Dstream.c59 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS… in phar_parse_url()
158 static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int … in phar_wrapper_open_url()
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 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/posix/
H A Dposix.c838 long mode; in PHP_FUNCTION() local
867 long mode; in PHP_FUNCTION() local
950 long mode = 0; in PHP_FUNCTION() local
/PHP-5.5/ext/pspell/
H A Dpspell.c264 long mode = 0L, speed = 0L; in PHP_FUNCTION() local
361 long mode = 0L, speed = 0L; in PHP_FUNCTION() local
776 long conf, mode; in PHP_FUNCTION() local
/PHP-5.5/ext/shmop/
H A Dshmop.c159 long key, mode, size; in PHP_FUNCTION() local
/PHP-5.5/ext/spl/
H A Dspl.php970 function openFile($mode = 'r', $use_include_path = false, $context = NULL) {/**/}
H A Dspl_directory.h128 #define SPL_FILE_DIR_CURRENT(intern,mode) ((intern->flags&SPL_FILE_DIR_CURRENT_MODE_MASK)==mode) argument
134 #define SPL_FILE_DIR_KEY(intern,mode) ((intern->flags&SPL_FILE_DIR_KEY_MODE_MASK)==mode) argument
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
H A Dspl_iterators.h159 regex_mode mode; member

Completed in 164 milliseconds

12345