Home
last modified time | relevance | path

Searched refs:n_arg (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c886 int n_arg; in pysqlite_connection_create_aggregate() local
896 kwlist, &name, &n_arg, &aggregate_class)) { in pysqlite_connection_create_aggregate()
900 …rc = sqlite3_create_function(self->db, name, n_arg, SQLITE_UTF8, (void*)aggregate_class, 0, &_pysq… in pysqlite_connection_create_aggregate()