Searched refs:apndDlSym (Results 1 – 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 3519 static void (*apndDlSym(sqlite3_vfs *pVfs, void *p, const char*zSym))(void); 3543 apndDlSym, /* xDlSym */ 3893 static void (*apndDlSym(sqlite3_vfs *pVfs, void *p, const char *zSym))(void){ in apndDlSym() function
|
/external/sqlite/dist/ |
D | shell.c | 3525 static void (*apndDlSym(sqlite3_vfs *pVfs, void *p, const char*zSym))(void); 3549 apndDlSym, /* xDlSym */ 3899 static void (*apndDlSym(sqlite3_vfs *pVfs, void *p, const char *zSym))(void){ in apndDlSym() function
|