Home
last modified time | relevance | path

Searched refs:get_table (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
HDsqlite3ext.h97 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**); member
299 #define sqlite3_get_table sqlite3_api->get_table
HDsqlite3.c88989 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**);
89191 #define sqlite3_get_table sqlite3_api->get_table
/freebsd-11-stable/contrib/sqlite3/
HDsqlite3ext.h105 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**); member
431 #define sqlite3_get_table sqlite3_api->get_table
HDsqlite3.c125495 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**);
125821 #define sqlite3_get_table sqlite3_api->get_table
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
HDpost-html.cpp493 html_table *get_table (void);
913 html_table *text_glob::get_table (void) in get_table() function in text_glob
1463 if (g->get_table() != NULL) in dump_page()
1464 g->get_table()->dump_table(); in dump_page()
2991 html_table *t = g->get_table(); in do_tab_ts()
/freebsd-11-stable/contrib/groff/
HDChangeLog.118593 Added `get_arg',`get_tab_args', `remember_table', and `get_table'