Searched refs:createFlag (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c460 int createFlag = 0; local
477 createFlag = DB_CREATE;
481 createFlag, 0)) != 0) {
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.c316 Tcl_Obj *CONST objv[], int createFlag);
1185 int createFlag /* TRUE if the widget is being created. */
1216 if (createFlag) {
1414 if (createFlag)
1437 if (createFlag)
1449 if (createFlag)
1470 if (createFlag)
H A DtkTreeColumn.c2053 int createFlag /* TRUE if the Column is being created. */
2085 if (createFlag) {
2215 if (createFlag) {
2248 if (!createFlag) {
2263 if (!createFlag && (column->lock != lock)) {
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h6000 ** cache implementation should use the value of the createFlag
6004 ** <tr><th> createFlag <th> Behaviour when page is not already in cache
6012 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6013 ** will only use a createFlag of 2 after a prior call with a createFlag of 1
6059 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
H A Dsqlite3.c6553 ** cache implementation should use the value of the createFlag
6557 ** <tr><th> createFlag <th> Behaviour when page is not already in cache
6565 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6566 ** will only use a createFlag of 2 after a prior call with a createFlag of 1
6612 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
8867 SQLITE_PRIVATE int sqlite3PcacheFetch(PCache*, Pgno, int createFlag, PgHdr**);
35379 sqlite3PcacheFetch( PCache *pCache, Pgno pgno, int createFlag, PgHdr **ppPage ) argument
36697 pcache1Fetch(sqlite3_pcache *p, unsigned int iKey, int createFlag) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/src/
H A DtdpExpat.c1761 int createFlag) /* True => implies set variable value to null. */
1786 if (createFlag) {
1737 GetUniqueListVariableName( Tcl_Interp *interp, char *prefix, int createFlag) argument

Completed in 595 milliseconds