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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c118 ** sqliteIdListDup(), and sqliteSrcListDup() can not be further expanded
183 SrcList *sqliteSrcListDup(SrcList *p){ function
231 pNew->pSrc = sqliteSrcListDup(p->pSrc);

Completed in 343 milliseconds