OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_records
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsemanage/src/
database_llist.c
343
record_t **
tmp_records
= NULL;
local
349
tmp_records
= (record_t **)
352
if (
tmp_records
== NULL)
358
&
tmp_records
[i]) < 0)
364
*records =
tmp_records
;
372
if (
tmp_records
) {
374
dbase->rtable->free(
tmp_records
[i]);
375
free(
tmp_records
);
database_policydb.c
408
record_t **
tmp_records
= NULL;
local
420
tmp_records
= (record_t **)
423
if (
tmp_records
== NULL)
426
list_arg.records =
tmp_records
;
436
*records =
tmp_records
;
444
if (
tmp_records
) {
446
dbase->rtable->free(
tmp_records
[list_arg.pos]);
447
free(
tmp_records
);
Completed in 159 milliseconds