Lines Matching refs:request
107 if (!(prs->request->outcome & RS_NOTIFY)) in notify()
110 !(prs->request->actions & (ACT_MAIL|ACT_WRITE|ACT_NOTIFY)) in notify()
111 && !prs->request->alert in notify()
112 && !(prs->request->outcome & RS_CANCELLED) in notify()
123 prs->request->destination, in notify()
124 STREQU(prs->request->destination, NAME_ANY)? " printer" in notify()
127 if (prs->request) { in notify()
130 GetRequestFiles(prs->request, file, sizeof(file)); in notify()
133 prs->request->user); in notify()
138 if (prs->request->outcome & RS_PRINTED) in notify()
141 if (prs->request->outcome & RS_CANCELLED) in notify()
143 (prs->request->outcome & RS_FAILED)? ", and" in notify()
147 if (prs->request->outcome & RS_FAILED) { in notify()
164 if (prs->request->outcome & RS_CANCELLED) in notify()
169 if (prs->request->outcome & RS_CANCELLED) { in notify()