Home | History | Annotate | Download | only in util

Lines Matching refs:flags

180 static NEOERR *wdb_alloc (WDB **wdb, int flags)
482 NEOERR *wdb_open (WDB **wdb, const char *name, int flags)
491 err = wdb_alloc (&my_wdb, flags);
1005 const char *key, ULIST *col_def, int flags)
1015 err = wdb_alloc (&my_wdb, flags);
1230 dkey.flags = DB_DBT_USERMEM;
1231 data.flags = DB_DBT_MALLOC;
1295 NEOERR *wdbr_save (WDB *wdb, WDBRow *row, int flags)
1311 if (flags & WDBR_INSERT)
1334 dkey.flags = DB_DBT_USERMEM;
1404 NEOERR *wdbr_next (WDB *wdb, WDBCursor *cursor, WDBRow **row, int flags)
1420 dkey.flags = DB_DBT_MALLOC;
1421 data.flags = DB_DBT_MALLOC;
1424 if (flags & WDBC_FIRST)
1492 dkey.flags = DB_DBT_USERMEM;
1493 data.flags = DB_DBT_MALLOC;