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

  /external/libcups/filter/
rastertohp.c 54 void CancelJob(int sig);
411 * 'CancelJob()' - Cancel the current job...
415 CancelJob(int sig) /* I - Signal */
705 sigset(SIGTERM, CancelJob);
710 action.sa_handler = CancelJob;
713 signal(SIGTERM, CancelJob);
rastertoepson.c 79 void CancelJob(int sig);
393 * 'CancelJob()' - Cancel the current job...
397 CancelJob(int sig) /* I - Signal */
1035 sigset(SIGTERM, CancelJob);
1040 action.sa_handler = CancelJob;
1043 signal(SIGTERM, CancelJob);
rastertolabel.c 82 void CancelJob(int sig);
714 * 'CancelJob()' - Cancel the current job...
718 CancelJob(int sig) /* I - Signal */
1149 sigset(SIGTERM, CancelJob);
1154 action.sa_handler = CancelJob;
1157 signal(SIGTERM, CancelJob);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qmgr.h 122 virtual HRESULT WINAPI CancelJob(void) = 0;
137 HRESULT (WINAPI *CancelJob)(IBackgroundCopyJob1 *This);
154 #define IBackgroundCopyJob1_CancelJob(This) (This)->lpVtbl->CancelJob(This)
    [all...]

Completed in 89 milliseconds