Searched refs:notify_queue_head (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/printing/
H A Dnotify.c36 } *notify_queue_head = NULL; variable in typeref:struct:notify_queue
68 return (notify_queue_head != NULL);
129 for (pq = notify_queue_head; pq; pq = pq->next) {
154 for (pq = notify_queue_head; pq; pq = pq_next) {
164 DLIST_REMOVE(notify_queue_head, pq);
202 print_notify_send_messages_to_printer(notify_queue_head->msg->printer, timeout);
251 for (tmp_ptr = notify_queue_head; tmp_ptr; tmp_ptr = tmp_ptr->next)
289 to notify_queue_head\n", msg->type, msg->field, msg->printer));
296 DLIST_ADD_END(notify_queue_head, pnqueue, tmp_ptr);

Completed in 89 milliseconds