Searched defs:isCreate (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp495 bool isCreate = (FD->getIdentifier() == ICreate); local
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c23923 int isCreate = (flags & SQLITE_OPEN_CREATE); local
29525 int isCreate = (flags & SQLITE_OPEN_CREATE); local
34039 int isCreate = (flags & SQLITE_OPEN_CREATE); local
115137 fts3InitVtab( int isCreate, sqlite3 *db, void *pAux, int argc, const char * const *argv, sqlite3_vtab **ppVTab, char **pzErr ) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c39887 int isCreate = (flags & SQLITE_OPEN_CREATE); local
47128 int isCreate = (flags & SQLITE_OPEN_CREATE); local
171175 fts3InitVtab( int isCreate, sqlite3 *db, void *pAux, int argc, const char * const *argv, sqlite3_vtab **ppVTab, char **pzErr ) argument
194840 getNodeSize( sqlite3 *db, Rtree *pRtree, int isCreate, char **pzErr ) argument
[all...]

Completed in 913 milliseconds