Searched refs:lookaside (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/less/dist/
H A Dsearch.c100 struct hilite_node *lookaside; member in struct:hilite_tree
379 anchor->lookaside = NULL;
404 if (anchor->lookaside)
409 n = anchor->lookaside;
436 anchor->lookaside = n = n->prev;
438 anchor->lookaside = n = n->next;
480 anchor->lookaside = n;
482 anchor->lookaside = m;
725 anchor->lookaside = n;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c2288 ** the default size of lookaside memory on each [database connection].
2290 ** size of each lookaside buffer slot and the second is the number of
2292 ** sets the <i>default</i> lookaside size. The [SQLITE_DBCONFIG_LOOKASIDE]
2293 ** option to [sqlite3_db_config()] can be used to change the lookaside
2506 ** [lookaside memory allocator] configuration for the [database connection].
2508 ** pointer to a memory buffer to use for lookaside memory.
2511 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2512 ** size of each lookaside buffer slot. ^The third argument is the number of
2517 ** rounded down to the next smaller multiple of 8. ^(The lookaside memory
2519 ** connection is not currently using lookaside memor
17675 Lookaside lookaside; /* Lookaside malloc configuration */ member in struct:sqlite3
[all...]

Completed in 454 milliseconds