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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dfreeif.c39 * A test to see if the macros PR_DELETE and PR_FREEIF are
67 /* this nests incorrectly with the old definition of PR_FREEIF */
69 PR_FREEIF(ptr);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmem.h153 ** FUNCTION: PR_FREEIF()
155 ** PR_FREEIF() conditionally unallocates an object previously allocated
162 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32shm.c139 PR_FREEIF( shm->ipcname )
149 PR_FREEIF( shm->ipcname )
166 PR_FREEIF( shm->ipcname );
239 PR_FREEIF( shm->ipcname );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxshm.c120 PR_FREEIF( shm->ipcname );
126 PR_FREEIF( shm->ipcname );
140 PR_FREEIF( shm->ipcname );
155 PR_FREEIF(shm->ipcname);
166 PR_FREEIF(shm->ipcname);
219 PR_FREEIF(shm->ipcname);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c518 PR_FREEIF(attr->currentDirectory);
519 PR_FREEIF(attr->fdInheritBuffer);
526 PR_FREEIF(attr->currentDirectory);
527 PR_FREEIF(attr->fdInheritBuffer);
576 PR_FREEIF(attr->currentDirectory);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsProcessCommon.cpp262 PR_FREEIF( cmdLine );
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEvent.cpp121 PR_FREEIF(mEvent);
257 PR_FREEIF(event);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVoidArray.cpp925 PR_FREEIF(rest);

Completed in 301 milliseconds