Home
last modified time | relevance | path

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

/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/t/virtual_table/
H A D02_find_function.t38 # new query : FIND_FUNCTION should not be called again
50 # new table : should issue new calls to FIND_FUNCTION
103 sub FIND_FUNCTION {
/dports/devel/codeworker/CodeWorker4_5_3/
H A DCW4dl.h257 typedef Function* (*FIND_FUNCTION)(Interpreter* pInterpreter, const char*); typedef
317 FIND_FUNCTION _findFunction;
H A DDynPackage.cpp113 typedef Function* (*FIND_FUNCTION)(Interpreter*, const char*); typedef
321 FIND_FUNCTION _findFunction;
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/lib/DBD/SQLite/
H A DVirtualTable.pm161 sub FIND_FUNCTION {return 0} subroutine
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/
H A Ddbdimp_virtual_table.inc680 /* call the FIND_FUNCTION() method */
686 count = call_method ("FIND_FUNCTION", G_SCALAR);
689 warn("vtab->FIND_FUNCTION() method returned %d vals instead of 1", count);
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DCW4dl.h_257 typedef Function* (*FIND_FUNCTION)(Interpreter* pInterpreter, const char*);
317 FIND_FUNCTION _findFunction;