Home
last modified time | relevance | path

Searched defs:flags (Results 101 – 125 of 132) sorted by relevance

123456

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_structs.h82 unsigned int flags; /* Diverse flags */ member
144 ulong flags; member
194 uint64_t flags; member
886 enum_param_bind_flags flags; member
900 unsigned long flags;/* cursor is set here */ member
H A Dmysqlnd_debug.h50 unsigned int flags; member
/PHP-5.3/ext/phar/
H A Dphar_internal.h258 php_uint32 flags; member
320 php_uint32 flags; member
H A Dutil.c1436 php_uint32 flags; in phar_decompress_filter() local
/PHP-5.3/ext/spl/
H A Dspl_directory.c47 #define SPL_HAS_FLAG(flags, test_flag) ((flags & test_flag) ? 1 : 0) argument
680 long flags; in spl_filesystem_object_construct() local
1470 long flags; in SPL_METHOD() local
H A Dspl_fixedarray.c61 int flags; member
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dprintf.c90 etByte flags; /* One or more of FLAG_ constants below */ member
H A DsqliteInt.h269 u16 flags; /* Flags associated with this database */ member
348 int flags; /* Miscellanous flags. See below */ member
685 u8 flags; /* Various flags. See below */ member
H A DvdbeInt.h115 int flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */ member
H A Dbuild.c1354 int flags /* Conflict resolution algorithms. */ in sqliteCreateForeignKey()
H A Dvdbe.c2031 int flags = pRec->flags; in sqliteVdbeExec() local
/PHP-5.3/ext/standard/
H A Dftp_fopen_wrapper.c784 static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_st… in php_stream_ftp_url_stat()
H A Dhtml.c457 int flags; member
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c100 long flags = SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE; local
1209 long rowid, flags = 0; local
/PHP-5.3/main/
H A Dnetwork.c1072 int flags; local
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c49 #define SXE_ME(func, arg_info, flags) PHP_ME(simplexml_element, func, arg_info, flags) argument
50 #define SXE_MALIAS(func, alias, arg_info, flags) PHP_MALIAS(simplexml_element, func, alias, arg_inf… argument
/PHP-5.3/ext/gd/libgd/
H A Dgd.h350 int flags; /* Logical OR of gdFTEX_ values */ member
/PHP-5.3/ext/openssl/
H A Dopenssl.c3379 long flags = 0; in PHP_FUNCTION() local
3485 long flags = 0; in PHP_FUNCTION() local
3630 long flags = PKCS7_DETACHED; in PHP_FUNCTION() local
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8775 u16 flags; /* PGHDR flags defined below */ member
9305 u16 flags; /* Flags associated with this schema */ member
9413 int flags; /* Miscellaneous flags. See below */ member
9589 u8 flags; /* Some combination of SQLITE_FUNC_* */ member
9662 #define LIKEFUNC(zName, nArg, arg, flags) \ argument
10042 u16 flags; /* Boolean settings. UNPACKED_... below */ member
10253 u16 flags; /* Various flags. EP_* See below */ member
14322 SQLITE_PRIVATE int sqlite3OsSync(sqlite3_file *id, int flags){ in sqlite3OsSync()
14378 int flags, in sqlite3OsOpen()
14397 int flags, in sqlite3OsAccess()
[all …]
/PHP-5.3/ext/fileinfo/libmagic/
H A Dfile.h369 int flags; /* Control magic tests. */ member
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.c1644 CWD_API int virtual_open(const char *path TSRMLS_DC, int flags, ...) /* {{{ */ in virtual_open()
/PHP-5.3/ext/soap/
H A Dsoap.c221 # define PHP_ME(classname, name, arg_info, flags) ZEND_NAMED_FE(name, ZEND_FN(classname##_##name),… argument
289 #define SOAP_CTOR(class_name, func_name, arginfo, flags) PHP_ME(class_name, func_name, arginfo, fla… argument
/PHP-5.3/ext/oci8/
H A Doci8_interface.c1400 long rows = 0, flags = 0, skip = 0, maxrows = -1; local
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c6398 register unsigned int flags = extra_data->flags; in pcre_exec() local
/PHP-5.3/ext/ldap/
H A Dldap.c458 static int _php_sasl_interact(LDAP *ld, unsigned flags, void *defaults, void *in) in _php_sasl_interact()

Completed in 355 milliseconds

123456