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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 886 int n_arg; local
888 static char *kwlist[] = { "name", "n_arg", "aggregate_class", NULL };
896 kwlist, &name, &n_arg, &aggregate_class)) {
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 899 int n_arg; local
901 static char *kwlist[] = { "name", "n_arg", "aggregate_class", NULL };
909 kwlist, &name, &n_arg, &aggregate_class)) {
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 857 int n_arg; local
859 static char *kwlist[] = { "name", "n_arg", "aggregate_class", NULL };
867 kwlist, &name, &n_arg, &aggregate_class)) {
871 rc = sqlite3_create_function(self->db, name, n_arg, SQLITE_UTF8, (void*)aggregate_class, 0, &_pysqlite_step_callback, &_pysqlite_final_callback);
    [all...]
  /external/libxml2/
testapi.c 7541 int n_arg; local
7596 int n_arg; local
7651 int n_arg; local
7706 int n_arg; local
7761 int n_arg; local
31429 int n_arg; local
    [all...]

Completed in 233 milliseconds