Searched refs:xProc (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | test2.c | 534 Tcl_CmdProc *xProc; in Sqlitetest2_Init() member 555 Tcl_CreateCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0); in Sqlitetest2_Init()
|
H A D | test4.c | 613 Tcl_CmdProc *xProc; in Sqlitetest4_Init() member 631 Tcl_CreateCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0); in Sqlitetest4_Init()
|
H A D | test1.c | 984 Tcl_CmdProc *xProc; in Sqlitetest1_Init() member 1015 Tcl_CreateCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0); in Sqlitetest1_Init()
|
H A D | test3.c | 954 Tcl_CmdProc *xProc; in Sqlitetest3_Init() member 988 Tcl_CreateCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0); in Sqlitetest3_Init()
|