Searched refs:PR_DELETE (Results 1 - 25 of 102) sorted by relevance

12345

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/
H A Dprseg.c76 PR_DELETE(seg);
90 PR_DELETE(seg);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dfreeif.c39 * A test to see if the macros PR_DELETE and PR_FREEIF are
61 /* this fails to compile with the old definition of PR_DELETE */
63 PR_DELETE(ptr);
H A Ddbmalloc1.c87 PR_DELETE(x);
H A Drwlocktest.c177 PR_DELETE(threads);
178 PR_DELETE(params);
180 PR_DELETE(array_A);
181 PR_DELETE(array_B);
182 PR_DELETE(array_C);
H A Dsystem.c73 PR_DELETE(info);
H A Dioconthr.c141 PR_DELETE(threads);
142 PR_DELETE(fds);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmem.h142 ** FUNCTION: PR_DELETE()
144 ** PR_DELETE() unallocates an object previosly allocated via PR_NEW()
150 #define PR_DELETE(_ptr) { PR_Free(_ptr); (_ptr) = NULL; } macro
162 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbproc.c69 PR_DELETE(process);
85 PR_DELETE(process);
87 PR_DELETE(newEnvp);
163 PR_DELETE(newEnvp);
176 PR_DELETE(process);
210 PR_DELETE(process);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprsem.c63 PR_DELETE(sem);
70 PR_DELETE(sem);
95 PR_DELETE(sem);
H A Dprmon.c55 PR_DELETE(mon);
62 PR_DELETE(mon);
88 PR_DELETE(mon);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprdir.c50 PR_DELETE(dir);
73 PR_DELETE(dir);
129 PR_DELETE(dir);
155 PR_DELETE(dir);
H A Dprmmap.c67 PR_DELETE(fmap);
H A Dprfdcach.c145 if (NULL == fd->secret) PR_DELETE(fd);
298 PR_DELETE(fd->secret);
299 PR_DELETE(fd);
305 PR_DELETE(fd->secret);
306 PR_DELETE(fd);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtlocks.c69 PR_DELETE( lock );
85 PR_DELETE(lock);
H A Dbtmon.c62 PR_DELETE( mon );
70 PR_DELETE( mon );
102 PR_DELETE( mon );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprerror.c70 PR_DELETE(thread->errorString);
79 PR_DELETE(thread->errorString);
H A Dpratom.c132 PR_DELETE(atomic_locks);
142 PR_DELETE(atomic_locks);
344 PR_DELETE(stack);
355 PR_DELETE(stack);
378 PR_DELETE(stack);
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dplgetopt.c86 PR_DELETE(opt);
112 PR_DELETE(opt->internal);
113 PR_DELETE(opt);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dprustack.c104 PR_DELETE(ts);
153 PR_DELETE(ts);
191 PR_DELETE(ts);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32ipcsem.c156 PR_DELETE(sem);
162 PR_DELETE(sem);
181 PR_DELETE(sem);
225 PR_DELETE(sem);
H A Dw32shm.c100 PR_DELETE(shm);
140 PR_DELETE( shm );
150 PR_DELETE( shm );
167 PR_DELETE( shm );
240 PR_DELETE( shm );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2misc.c472 PR_DELETE(pszFormatResult);
475 PR_DELETE(cmdLine);
478 PR_DELETE(newEnvp);
484 PR_DELETE(envBlock);
491 PR_DELETE(pszFormatResult);
494 PR_DELETE(cmdLine);
497 PR_DELETE(newEnvp);
503 PR_DELETE(envBlock);
507 PR_DELETE(proc);
528 PR_DELETE(proces
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dbase64t.c1888 PR_DELETE(rv);
1892 PR_DELETE(rv);
1939 PR_DELETE(rv);
1943 PR_DELETE(rv);
1996 PR_DELETE(rv);
2000 PR_DELETE(rv);
2429 PR_DELETE(rv);
2433 PR_DELETE(rv);
2475 PR_DELETE(rv);
2479 PR_DELETE(r
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c209 PR_DELETE(process);
255 PR_DELETE(process);
257 PR_DELETE(newEnvp);
269 PR_DELETE(process);
271 PR_DELETE(newEnvp);
328 PR_DELETE(process);
330 PR_DELETE(newEnvp);
413 PR_DELETE(process);
415 PR_DELETE(newEnvp);
428 PR_DELETE(newEnv
[all...]
H A Duxshm.c121 PR_DELETE( shm );
127 PR_DELETE( shm );
141 PR_DELETE( shm );
156 PR_DELETE(shm);
167 PR_DELETE(shm);
220 PR_DELETE(shm);
371 PR_DELETE( shm->ipcname );
372 PR_DELETE( shm );
382 PR_DELETE( shm->ipcname );
383 PR_DELETE( sh
[all...]

Completed in 115 milliseconds

12345