Searched refs:get_table (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h107 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**); member in struct:sqlite3_api_routines
334 #define sqlite3_get_table sqlite3_api->get_table
H A Dsqlite3.c[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h97 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**); member in struct:sqlite3_api_routines
299 #define sqlite3_get_table sqlite3_api->get_table
H A Dsqlite3.c[all...]
/freebsd-10.2-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp493 html_table *get_table (void);
910 * get_table - returns the stored table description.
913 html_table *text_glob::get_table (void) function in class:text_glob
1463 if (g->get_table() != NULL)
1464 g->get_table()->dump_table();
2991 html_table *t = g->get_table();

Completed in 475 milliseconds