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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 744 void _pysqlite_final_callback(sqlite3_context* context) function
900 rc = sqlite3_create_function(self->db, name, n_arg, SQLITE_UTF8, (void*)aggregate_class, 0, &_pysqlite_step_callback, &_pysqlite_final_callback);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c 755 void _pysqlite_final_callback(sqlite3_context* context) function
913 rc = sqlite3_create_function(self->db, name, n_arg, SQLITE_UTF8, (void*)aggregate_class, 0, &_pysqlite_step_callback, &_pysqlite_final_callback);
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.c 693 void _pysqlite_final_callback(sqlite3_context* context) function
871 rc = sqlite3_create_function(self->db, name, n_arg, SQLITE_UTF8, (void*)aggregate_class, 0, &_pysqlite_step_callback, &_pysqlite_final_callback);
    [all...]

Completed in 147 milliseconds