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

  /external/openssh/
sftp.c 1235 unsigned long *n_arg, char **path1, char **path2)
1429 unsigned long n_arg = 0; local
    [all...]
  /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/libxml2/
testapi.c 7516 int n_arg; local
7571 int n_arg; local
7626 int n_arg; local
7681 int n_arg; local
7736 int n_arg; local
31267 int n_arg; local
    [all...]

Completed in 191 milliseconds