Home
last modified time | relevance | path

Searched refs:gst_sqlite3_open (Results 1 – 2 of 2) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/packages/dbd-sqlite/
H A Dsqlite3.c81 gst_sqlite3_open (OOP self, const char *db_name) in gst_sqlite3_open() function
349 vmProxy->defineCFunc ("gst_sqlite3_open", gst_sqlite3_open); in gst_initModule()
H A DSQLite.st62 <cCall: 'gst_sqlite3_open' returning: #int args: #(#self #string)>