Searched refs:unixClose (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c.orig24515 static int unixClose(sqlite3_file *id){
26930 unixClose, /* xClose method */
27021 unixClose, /* xClose method */
27444 ** Refer to comments in the unixClose() function and the lengthy comment
27791 /* Use unixClose to clean up the resources added in fillInUnixFile
27795 unixClose(pFile);
[all...]
H A Dsqlite3.c24522 static int unixClose(sqlite3_file *id){ function
26937 unixClose, /* xClose method */
27028 unixClose, /* xClose method */
27451 ** Refer to comments in the unixClose() function and the lengthy comment
27798 /* Use unixClose to clean up the resources added in fillInUnixFile
27802 unixClose(pFile);
[all...]

Completed in 150 milliseconds