Searched defs:Insert (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioList.cc290 // Insert an entry at the start
292 Insert( function in class:AudioList
297 return (Insert(obj, pos = 0.));
300 // Insert an entry at a specified position
302 Insert( function in class:AudioList
324 // Insert before the current position
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.h76 int (*Insert)(BtCursor*, const void *pKey, int nKey, member in struct:BtCursorOps
128 (btCOps(pCur)->Insert(pCur, pKey, nKey, pData, nData))

Completed in 75 milliseconds