OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqlite3_os_init
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os.c
232
**
sqlite3_os_init
(). The purpose of the wrapper is to provide the
234
** error in
sqlite3_os_init
() by the upper layers can be tested.
240
return
sqlite3_os_init
();
os.h
230
** Wrapper around OS specific
sqlite3_os_init
() function.
sqlite.h.in
[
all
...]
os_win.c
2747
int
sqlite3_os_init
(void){
function
[
all
...]
os_os2.c
1888
int
sqlite3_os_init
(void){
function
[
all
...]
main.c
174
**
sqlite3_os_init
() when it invokes sqlite3_vfs_register(), but other
[
all
...]
os_unix.c
44
** plus implementations of
sqlite3_os_init
() and sqlite3_os_end().
6671
int
sqlite3_os_init
(void){
function
[
all
...]
/external/chromium_org/third_party/sqlite/
system-sqlite.patch
399
@@ -30897,7 +30890,7 @@ SQLITE_API int
sqlite3_os_init
(void){
806
@@ -6752,7 +6749,7 @@ int
sqlite3_os_init
(void){
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
23915
SQLITE_API int
sqlite3_os_init
(void){
function
30827
SQLITE_API int
sqlite3_os_init
(void){
function
33881
SQLITE_API int
sqlite3_os_init
(void){
function
[
all
...]
sqlite3.h
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
24769
SQLITE_API int
sqlite3_os_init
(void){
function
31802
SQLITE_API int
sqlite3_os_init
(void){
function
35765
SQLITE_API int
sqlite3_os_init
(void){
function
[
all
...]
sqlite3.h
[
all
...]
/external/sqlite/dist/
sqlite3.c
24769
SQLITE_API int
sqlite3_os_init
(void){
function
31830
SQLITE_API int
sqlite3_os_init
(void){
function
35793
SQLITE_API int
sqlite3_os_init
(void){
function
[
all
...]
sqlite3.h
[
all
...]
Completed in 110 milliseconds