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

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y399 %destructor seltablist {sqlite3SrcListDelete($$);}
401 %destructor stl_prefix {sqlite3SrcListDelete($$);}
403 %destructor from {sqlite3SrcListDelete($$);}
463 %destructor fullname {sqlite3SrcListDelete($$);}
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11380 SQLITE_PRIVATE void sqlite3SrcListDelete(sqlite3*, SrcList*);
82406 SQLITE_PRIVATE void sqlite3SrcListDelete(sqlite3 *db, SrcList *pList){ function
[all...]

Completed in 399 milliseconds