HomeSort by relevance Sort by last modified time
    Searched refs:_progress_handler (Results 1 - 4 of 4) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Database.java 799 _progress_handler(n, p); method
803 private native void _progress_handler(int n, SQLite.ProgressHandler p); method in class:Database
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 948 static int _progress_handler(void* user_arg) function
1029 sqlite3_progress_handler(self->db, n, _progress_handler, progress_handler);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c 963 static int _progress_handler(void* user_arg) function
1044 sqlite3_progress_handler(self->db, n, _progress_handler, progress_handler);
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.c 927 static int _progress_handler(void* user_arg) function
1039 sqlite3_progress_handler(self->db, n, _progress_handler, progress_handler);
    [all...]

Completed in 252 milliseconds