/reactos/dll/win32/qmgr/ |
H A D | enum_jobs.c | 30 IBackgroundCopyJob3 **jobs; member 78 IBackgroundCopyJob3_Release(This->jobs[i]); in EnumBackgroundCopyJobs_Release() 79 HeapFree(GetProcessHeap(), 0, This->jobs); in EnumBackgroundCopyJobs_Release() 114 job = This->jobs[This->indexJobs++]; in EnumBackgroundCopyJobs_Next() 197 This->numJobs = list_count(&qmgr->jobs); in enum_copy_job_create() 201 This->jobs = HeapAlloc(GetProcessHeap(), 0, in enum_copy_job_create() 202 This->numJobs * sizeof *This->jobs); in enum_copy_job_create() 203 if (!This->jobs) in enum_copy_job_create() 211 This->jobs = NULL; in enum_copy_job_create() 214 LIST_FOR_EACH_ENTRY(job, &qmgr->jobs, BackgroundCopyJobImpl, entryFromQmgr) in enum_copy_job_create() [all …]
|
H A D | qmgr.c | 72 list_add_head(&globalMgr.jobs, &job->entryFromQmgr); in BackgroundCopyManager_CreateJob() 92 LIST_FOR_EACH_ENTRY(cur, &qmgr->jobs, BackgroundCopyJobImpl, entryFromQmgr) in BackgroundCopyManager_GetJob() 137 LIST_INIT(globalMgr.jobs) 164 LIST_FOR_EACH_ENTRY_SAFE(job, jobCur, &qmgr->jobs, BackgroundCopyJobImpl, entryFromQmgr) in fileTransfer() 177 LIST_FOR_EACH_ENTRY_SAFE(job, jobCur, &qmgr->jobs, BackgroundCopyJobImpl, entryFromQmgr) in fileTransfer()
|
H A D | qmgr.h | 91 struct list jobs; member
|
/reactos/modules/rostests/winetests/qmgr/ |
H A D | enum_jobs.c | 172 IBackgroundCopyJob **jobs; in test_Next_walkList_2() local 176 jobs = HeapAlloc(GetProcessHeap(), 0, test_jobCountB * sizeof *jobs); in test_Next_walkList_2() 178 jobs[i] = NULL; in test_Next_walkList_2() 181 hres = IEnumBackgroundCopyJobs_Next(test_enumJobsB, test_jobCountB, jobs, &fetched); in test_Next_walkList_2() 187 ok(jobs[i] != NULL, "Next returned NULL\n"); in test_Next_walkList_2() 188 if (jobs[i]) in test_Next_walkList_2() 189 IBackgroundCopyJob_Release(jobs[i]); in test_Next_walkList_2() 192 HeapFree(GetProcessHeap(), 0, jobs); in test_Next_walkList_2() 199 IBackgroundCopyJob *jobs[2]; in test_Next_errors() local 202 hres = IEnumBackgroundCopyJobs_Next(test_enumJobsB, 2, jobs, NULL); in test_Next_errors()
|
/reactos/.github/workflows/ |
H A D | labeler.yml | 5 jobs:
|
H A D | stale.yml | 12 jobs:
|
H A D | build.yml | 4 jobs:
|
/reactos/base/applications/cmdutils/at/lang/ |
H A D | en-US.rc | 17 /YES Used with cancel all jobs command when no further\n\ 30 IDS_DELETE_ALL "This operation will delete all scheduled jobs.\n"
|
/reactos/win32ss/printing/base/spoolss/ |
H A D | CMakeLists.txt | 8 jobs.c
|
/reactos/win32ss/printing/providers/localspl/ |
H A D | CMakeLists.txt | 10 jobs.c
|
/reactos/win32ss/printing/base/winspool/ |
H A D | CMakeLists.txt | 10 jobs.c
|
/reactos/win32ss/printing/base/spoolsv/ |
H A D | CMakeLists.txt | 10 jobs.c
|
/reactos/ |
H A D | README.md | 97 …and accelerate development by [hiring full-time devs](https://reactos.org/contributing/#paid-jobs).
|
/reactos/sdk/include/reactos/mc/ |
H A D | netmsgmsg.mc | 22993 Print jobs at %1: 22999 Print jobs at %1: 23002 Print jobs at %1: 23005 Print jobs at %1: 30238 jobs%0 30244 jobs%0 30247 jobs%0 30250 jobs%0 30253 jobs%0 30256 jobs%0 [all …]
|
H A D | errcodes.mc | 21134 The requested operation is not allowed when there are jobs queued to the printer. 21137 The requested operation is not allowed when there are jobs queued to the printer. 21143 The requested operation is not allowed when there are jobs queued to the printer.
|
/reactos/dll/win32/getuname/lang/ |
H A D | ru-RU.rc | 23772 51330 "Слог Хангыль jobs"
|
H A D | ro-RO.rc | 22111 51330 "Litera hangul silabă jobs"
|
/reactos/dll/win32/kernel32/winnls/lang/ |
H A D | bg-BG.mc | 8447 ERROR_PRINTER_HAS_JOBS_QUEUED - The requested operation is not allowed when there are jobs queued t…
|
H A D | de-DE.mc | 8448 ERROR_PRINTER_HAS_JOBS_QUEUED - The requested operation is not allowed when there are jobs queued t…
|
H A D | pl-PL.mc | 8450 ERROR_PRINTER_HAS_JOBS_QUEUED - The requested operation is not allowed when there are jobs queued t…
|
H A D | ru-RU.mc | 8448 ERROR_PRINTER_HAS_JOBS_QUEUED - The requested operation is not allowed when there are jobs queued t…
|