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

  /external/checkpolicy/
policy_define.c 149 id = queue_remove(id_queue);
154 id = (char *)queue_remove(id_queue);
204 type = queue_remove(id_queue);
247 id = queue_remove(id_queue);
252 id = (char *)queue_remove(id_queue);
285 id = queue_remove(id_queue);
290 id = (char *)queue_remove(id_queue);
335 while ((id = queue_remove(id_queue))) {
360 while ((id = queue_remove(id_queue)))
365 while ((id = queue_remove(id_queue)))
    [all...]
queue.h 34 queue_element_t queue_remove(queue_t);
module_compiler.c 65 while ((id = queue_remove(id_queue)) != NULL)
68 id = (char *)queue_remove(id_queue);
75 queue_remove(id_queue)) == NULL) {
205 char *id = queue_remove(id_queue), *dest_id = NULL;
314 id = (char *)queue_remove(id_queue);
409 char *id = queue_remove(id_queue), *dest_id = NULL;
742 char *class_id = queue_remove(id_queue);
750 while ((perm_id = queue_remove(id_queue)) != NULL)
811 while ((perm_id = queue_remove(id_queue)) != NULL) {
867 char *id = queue_remove(id_queue)
    [all...]
queue.c 74 queue_element_t queue_remove(queue_t q) function

Completed in 535 milliseconds