HomeSort by relevance Sort by last modified time
    Searched full:list_arg (Results 1 - 1 of 1) sorted by null

  /external/selinux/libsemanage/src/
database_policydb.c 410 struct list_handler_arg list_arg; local
411 list_arg.pos = 0;
412 list_arg.rtable = dbase->rtable;
413 list_arg.handle = handle;
426 list_arg.records = tmp_records;
430 &list_arg) < 0) {
445 for (; list_arg.pos >= 0; list_arg.pos--)
446 dbase->rtable->free(tmp_records[list_arg.pos]);

Completed in 164 milliseconds