Searched defs:SECItemArray (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/bodge/
H A Dsecitem_array.c6 * Support routines for SECItemArray data structure.
19 typedef struct SECItemArrayStr SECItemArray; typedef in typeref:struct:SECItemArrayStr
27 SECItemArray *
28 SECITEM_AllocArray(PLArenaPool *arena, SECItemArray *array, unsigned int len)
30 SECItemArray *result = NULL;
39 result = PORT_ArenaZAlloc(arena, sizeof(SECItemArray));
41 result = PORT_ZAlloc(sizeof(SECItemArray));
92 secitem_FreeArray(SECItemArray *array, PRBool zero_items, PRBool freeit)
118 void SECITEM_FreeArray(SECItemArray *array, PRBool freeit)
123 void SECITEM_ZfreeArray(SECItemArray *arra
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslt.h13 /* SECItemArray is added in NSS 3.15. Define the type if compiling
18 typedef struct SECItemArrayStr SECItemArray; typedef in typeref:struct:SECItemArrayStr

Completed in 117 milliseconds