Searched refs:sk_new (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkLazyPtr.h88 template <typename T> T* sk_new() { return SkNEW(T); } function in namespace:Private
104 template <typename T, T* (*Create)() = sk_new<T>, void (*Destroy)(T*) = sk_delete<T> >
/external/skia/src/core/
H A DSkLazyPtr.h88 template <typename T> T* sk_new() { return SkNEW(T); } function in namespace:Private
92 template <typename T, T* (*Create)() = sk_new<T>, void (*Destroy)(T*) = sk_delete<T> >
/external/openssl/crypto/stack/
H A Dstack.h84 _STACK *sk_new(int (*cmp)(const void *, const void *));
H A Dstack.c97 if ((ret=sk_new(sk->comp)) == NULL) goto err;
117 return sk_new((int (*)(const void *, const void *))0);
120 _STACK *sk_new(int (*c)(const void *, const void *)) function
H A Dsafestack.h141 ((STACK_OF(type) *)sk_new(CHECKED_SK_CMP_FUNC(type, cmp)))
2126 #define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)sk_new(CHECKED_SK_CMP_FUNC(char, cmp)))
2151 #define sk_OPENSSL_BLOCK_new(cmp) ((STACK_OF(OPENSSL_BLOCK) *)sk_new(CHECKED_SK_CMP_FUNC(void, cmp)))
2176 #define sk_OPENSSL_PSTRING_new(cmp) ((STACK_OF(OPENSSL_PSTRING) *)sk_new(CHECKED_SK_CMP_FUNC(OPENSSL_STRING, cmp)))
/external/openssl/include/openssl/
H A Dstack.h84 _STACK *sk_new(int (*cmp)(const void *, const void *));
H A Dsafestack.h141 ((STACK_OF(type) *)sk_new(CHECKED_SK_CMP_FUNC(type, cmp)))
2126 #define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)sk_new(CHECKED_SK_CMP_FUNC(char, cmp)))
2151 #define sk_OPENSSL_BLOCK_new(cmp) ((STACK_OF(OPENSSL_BLOCK) *)sk_new(CHECKED_SK_CMP_FUNC(void, cmp)))
2176 #define sk_OPENSSL_PSTRING_new(cmp) ((STACK_OF(OPENSSL_PSTRING) *)sk_new(CHECKED_SK_CMP_FUNC(OPENSSL_STRING, cmp)))
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dstack.h206 /* sk_new creates a new, empty stack with the given comparision function, which
208 OPENSSL_EXPORT _STACK *sk_new(stack_cmp_func comp);
H A Dstack_macros.h21 ((STACK_OF(ACCESS_DESCRIPTION) *)sk_new(CHECKED_CAST( \
102 ((STACK_OF(ASN1_ADB_TABLE) *)sk_new(CHECKED_CAST( \
181 ((STACK_OF(ASN1_GENERALSTRING) *)sk_new(CHECKED_CAST( \
262 ((STACK_OF(ASN1_INTEGER) *)sk_new(CHECKED_CAST( \
339 ((STACK_OF(ASN1_OBJECT) *)sk_new(CHECKED_CAST( \
414 ((STACK_OF(ASN1_STRING_TABLE) *)sk_new(CHECKED_CAST( \
495 ((STACK_OF(ASN1_TYPE) *)sk_new( \
569 ((STACK_OF(ASN1_VALUE) *)sk_new(CHECKED_CAST( \
644 ((STACK_OF(BIO) *)sk_new(CHECKED_CAST( \
708 ((STACK_OF(BY_DIR_ENTRY) *)sk_new(CHECKED_CAS
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/stack/
H A Dstack.c65 _STACK *sk_new(stack_cmp_func comp) { function
93 _STACK *sk_new_null(void) { return sk_new(NULL); }
306 ret = sk_new(sk->comp);
H A Dmake_macros.sh33 ((STACK_OF(${type})*) sk_new(CHECKED_CAST(stack_cmp_func, int (*) (const ${ptrtype} *a, const ${ptrtype} *b), comp)))

Completed in 220 milliseconds