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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprmem.h143 ** FUNCTION: PR_FREEIF()
145 ** PR_FREEIF() conditionally unallocates an object previously allocated
152 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr) macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprmem.h143 ** FUNCTION: PR_FREEIF()
145 ** PR_FREEIF() conditionally unallocates an object previously allocated
152 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr) macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprmem.h143 ** FUNCTION: PR_FREEIF()
145 ** PR_FREEIF() conditionally unallocates an object previously allocated
152 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr) macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprmem.h143 ** FUNCTION: PR_FREEIF()
145 ** PR_FREEIF() conditionally unallocates an object previously allocated
152 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr) macro

Completed in 117 milliseconds