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

  /external/selinux/libsemanage/src/
database_activedb.c 36 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); local
61 rtable->free(records[i]);
70 rtable->free(records[i]);
80 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); local
100 rtable->free(records[i]);
107 rtable->free(records[i]);
114 record_table_t * rtable,
126 dbase_llist_init(&tmp_dbase->llist, rtable, &SEMANAGE_ACTIVEDB_DTABLE);
database_activedb.h 27 record_table_t * rtable,
database_file.h 33 record_table_t * rtable,
policy_components.c 26 record_table_t *rtable = src_dtable->get_rtable(src->dbase); local
31 if (rtable->key_extract(handle, records[i], &key) < 0)
41 rtable->free(records[i]);
48 rtable->key_free(key);
55 rtable->key_free(key);
69 record_table_t *rtable = dtable->get_rtable(dbase); local
77 if (rtable->key_extract(handle, records[i], &rkey) < 0)
88 rtable->key_free(rkey);
95 rtable->key_free(rkey);
157 record_table_t *rtable = src->dtable->get_rtable(src->dbase) local
    [all...]
database_llist.h 20 record_table_t *rtable; member in struct:dbase_llist
45 record_table_t * rtable,
49 dbase->rtable = rtable;
81 return dbase->rtable;
database_join.c 45 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); local
103 rtable->key_free(rkey);
138 rtable->free(record);
162 rtable->key_free(rkey);
163 rtable->free(record);
177 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); local
204 if (rtable->key_extract(handle, ptr->data, &rkey) < 0)
216 rtable->key_free(rkey);
232 rtable->key_free(rkey);
239 record_table_t * rtable,
    [all...]
database_file.c 43 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); local
73 if (rtable->create(handle, &process_record) < 0)
92 rtable->free(process_record);
97 rtable->free(process_record);
104 rtable->free(process_record);
163 record_table_t * rtable,
175 dbase_llist_init(&tmp_dbase->llist, rtable, &SEMANAGE_FILE_DTABLE);
database_llist.c 46 if (dbase->rtable->clone(handle, data, &entry->data) < 0)
80 dbase->rtable->free(prev->data);
115 if (!dbase->rtable->compare(ptr->data, key)) {
180 dbase->rtable->free(entry->data);
181 if (dbase->rtable->clone(handle, data, &entry->data) < 0)
208 dbase->rtable->free(entry->data);
209 if (dbase->rtable->clone(handle, data, &entry->data) < 0)
241 if (dbase->rtable->clone(handle, entry->data, response) < 0)
284 if (!dbase->rtable->compare(ptr->data, key)) {
295 dbase->rtable->free(ptr->data)
    [all...]
database_join.h 36 record_table_t * rtable,
database_policydb.c 32 record_table_t *rtable; member in struct:dbase_policydb
181 record_table_t * rtable,
194 tmp_dbase->rtable = rtable;
380 record_table_t *rtable; member in struct:list_handler_arg
390 if (arg->rtable->clone(arg->handle, record, &arg->records[arg->pos]) <
406 list_arg.rtable = dbase->rtable;
440 dbase->rtable->free(tmp_records[list_arg.pos]);
450 return dbase->rtable;
    [all...]
database_policydb.h 91 record_table_t * rtable,
  /external/icu/icu4c/
icu4c.css 312 table.rtable caption {
321 table.rtable tr th {
326 table.rtable tr td {
331 table.rtable tr.broken td {
338 table.rtable tr.rarely td {
  /external/libnl/lib/route/qdisc/
htb.c 213 uint32_t mtu, rtable[RTNL_TC_RTABLE_SIZE], ctable[RTNL_TC_RTABLE_SIZE]; local
228 rtnl_tc_build_rate_table(tc, &htb->ch_rate, rtable);
260 NLA_PUT(msg, TCA_HTB_RTAB, sizeof(rtable), &rtable);
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
jquery-1.7.1.js     [all...]

Completed in 188 milliseconds