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 158 id = queue_remove(id_queue);
163 id = (char *)queue_remove(id_queue);
213 type = queue_remove(id_queue);
256 id = queue_remove(id_queue);
261 id = (char *)queue_remove(id_queue);
294 id = queue_remove(id_queue);
299 id = (char *)queue_remove(id_queue);
344 while ((id = queue_remove(id_queue))) {
370 while ((id = queue_remove(id_queue)))
375 while ((id = queue_remove(id_queue)))
    [all...]
queue.h 34 queue_element_t queue_remove(queue_t);
module_compiler.c 94 while ((id = queue_remove(id_queue)) != NULL)
97 id = (char *)queue_remove(id_queue);
104 queue_remove(id_queue)) == NULL) {
254 char *id = queue_remove(id_queue);
397 id = (char *)queue_remove(id_queue);
499 char *id = queue_remove(id_queue);
783 char *class_id = queue_remove(id_queue);
791 while ((perm_id = queue_remove(id_queue)) != NULL)
831 while ((perm_id = queue_remove(id_queue)) != NULL) {
890 free(queue_remove(id_queue))
    [all...]
queue.c 74 queue_element_t queue_remove(queue_t q) function

Completed in 85 milliseconds