HomeSort by relevance Sort by last modified time
    Searched defs:SECItemArray (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/third_party/nss/ssl/bodge/
secitem_array.c 6 * Support routines for SECItemArray data structure.
19 typedef struct SECItemArrayStr SECItemArray;
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 *array, PRBool freeit
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslt.h 13 /* SECItemArray is added in NSS 3.15. Define the type if compiling
18 typedef struct SECItemArrayStr SECItemArray;

Completed in 998 milliseconds