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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprmem.h132 ** FUNCTION: PR_DELETE()
134 ** PR_DELETE() unallocates an object previosly allocated via PR_NEW()
140 #define PR_DELETE(_ptr) { PR_Free(_ptr); (_ptr) = NULL; } macro
152 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr)
H A Dplarena.c225 PR_DELETE(thisArena);
256 PR_DELETE(a);
291 PR_DELETE(pool->stats.name);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprmem.h132 ** FUNCTION: PR_DELETE()
134 ** PR_DELETE() unallocates an object previosly allocated via PR_NEW()
140 #define PR_DELETE(_ptr) { PR_Free(_ptr); (_ptr) = NULL; } macro
152 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr)
H A Dplarena.c225 PR_DELETE(thisArena);
256 PR_DELETE(a);
291 PR_DELETE(pool->stats.name);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprmem.h132 ** FUNCTION: PR_DELETE()
134 ** PR_DELETE() unallocates an object previosly allocated via PR_NEW()
140 #define PR_DELETE(_ptr) { PR_Free(_ptr); (_ptr) = NULL; } macro
152 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr)
H A Dplarena.c225 PR_DELETE(thisArena);
256 PR_DELETE(a);
291 PR_DELETE(pool->stats.name);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprmem.h132 ** FUNCTION: PR_DELETE()
134 ** PR_DELETE() unallocates an object previosly allocated via PR_NEW()
140 #define PR_DELETE(_ptr) { PR_Free(_ptr); (_ptr) = NULL; } macro
152 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr)
H A Dplarena.c225 PR_DELETE(thisArena);
256 PR_DELETE(a);
291 PR_DELETE(pool->stats.name);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_m.c2448 PR_DELETE( fd );
2459 PR_DELETE( fd );

Completed in 190 milliseconds