Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dtest_loadext.c32 static void statusFunc( in statusFunc() function
103 statusFunc, 0, 0); in testloadext_init()
105 statusFunc, 0, 0); in testloadext_init()
/external/deqp/framework/delibs/destream/
DdeIOStream.h67 deIOStreamStatusFunc statusFunc; member
141 DE_ASSERT(stream->vfTable->statusFunc); in deIOStream_getStatus()
143 return stream->vfTable->statusFunc(stream->streamData); in deIOStream_getStatus()