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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprmem.h80 ** PR_NEW() allocates an untyped item of size _size from the heap.
88 ** FUNCTION: PR_NEW()
90 ** PR_NEW() allocates an item of type _struct from the heap.
95 #define PR_NEW(_struct) ((_struct *) PR_MALLOC(sizeof(_struct))) macro
134 ** PR_DELETE() unallocates an object previosly allocated via PR_NEW()
146 ** vial PR_NEW() or PR_NEWZAP(). If the pointer to the object is
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprmem.h80 ** PR_NEW() allocates an untyped item of size _size from the heap.
88 ** FUNCTION: PR_NEW()
90 ** PR_NEW() allocates an item of type _struct from the heap.
95 #define PR_NEW(_struct) ((_struct *) PR_MALLOC(sizeof(_struct))) macro
134 ** PR_DELETE() unallocates an object previosly allocated via PR_NEW()
146 ** vial PR_NEW() or PR_NEWZAP(). If the pointer to the object is
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprmem.h80 ** PR_NEW() allocates an untyped item of size _size from the heap.
88 ** FUNCTION: PR_NEW()
90 ** PR_NEW() allocates an item of type _struct from the heap.
95 #define PR_NEW(_struct) ((_struct *) PR_MALLOC(sizeof(_struct))) macro
134 ** PR_DELETE() unallocates an object previosly allocated via PR_NEW()
146 ** vial PR_NEW() or PR_NEWZAP(). If the pointer to the object is
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprmem.h80 ** PR_NEW() allocates an untyped item of size _size from the heap.
88 ** FUNCTION: PR_NEW()
90 ** PR_NEW() allocates an item of type _struct from the heap.
95 #define PR_NEW(_struct) ((_struct *) PR_MALLOC(sizeof(_struct))) macro
134 ** PR_DELETE() unallocates an object previosly allocated via PR_NEW()
146 ** vial PR_NEW() or PR_NEWZAP(). If the pointer to the object is
/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A Dplhash.c89 return PR_NEW(PLHashEntry);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dplhash.c89 return PR_NEW(PLHashEntry);
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/Security/
H A Dplhash.c89 return PR_NEW(PLHashEntry);
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/lib/
H A Dplhash.c89 return PR_NEW(PLHashEntry);
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dplhash.c89 return PR_NEW(PLHashEntry);

Completed in 205 milliseconds