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

  /external/selinux/checkpolicy/
policy_define.c 154 id = queue_remove(id_queue);
159 id = (char *)queue_remove(id_queue);
209 type = queue_remove(id_queue);
252 id = queue_remove(id_queue);
257 id = (char *)queue_remove(id_queue);
290 id = queue_remove(id_queue);
295 id = (char *)queue_remove(id_queue);
340 while ((id = queue_remove(id_queue))) {
365 while ((id = queue_remove(id_queue)))
370 while ((id = queue_remove(id_queue)))
    [all...]
queue.h 34 queue_element_t queue_remove(queue_t);
module_compiler.c 66 while ((id = queue_remove(id_queue)) != NULL)
69 id = (char *)queue_remove(id_queue);
76 queue_remove(id_queue)) == NULL) {
206 char *id = queue_remove(id_queue), *dest_id = NULL;
315 id = (char *)queue_remove(id_queue);
410 char *id = queue_remove(id_queue), *dest_id = NULL;
743 char *class_id = queue_remove(id_queue);
751 while ((perm_id = queue_remove(id_queue)) != NULL)
812 while ((perm_id = queue_remove(id_queue)) != NULL) {
868 char *id = queue_remove(id_queue)
    [all...]
queue.c 74 queue_element_t queue_remove(queue_t q) function

Completed in 2707 milliseconds