Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(630)

Unified Diff: nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c

Issue 16132005: Allow NSS to be built with NO_NSPR_10_SUPPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c
===================================================================
--- nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c (revision 203524)
+++ nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c (working copy)
@@ -50,7 +50,7 @@
LDAPCertPair certPair = {{ siBuffer, NULL, 0 }, { siBuffer, NULL, 0 }};
SECStatus rv = SECFailure;
- PRArenaPool *tempArena = NULL;
+ PLArenaPool *tempArena = NULL;
PKIX_ENTER(CERTSTORE, "pkix_pl_LdapCertStore_DecodeCrossCertPair");
PKIX_NULLCHECK_TWO(derCCPItem, certList);
@@ -408,7 +408,7 @@
*
* PARAMETERS:
* "arena"
- * The address of the PRArenaPool used in creating the filter. Must be
+ * The address of the PLArenaPool used in creating the filter. Must be
* non-NULL.
* "name"
* The address of the X500Name whose components define the desired
@@ -426,7 +426,7 @@
*/
static PKIX_Error *
pkix_pl_LdapCertStore_MakeNameAVAList(
- PRArenaPool *arena,
+ PLArenaPool *arena,
PKIX_PL_X500Name *subjectName,
LDAPNameComponent ***pList,
void *plContext)
@@ -570,7 +570,7 @@
PKIX_List **pCertList,
void *plContext)
{
- PRArenaPool *requestArena = NULL;
+ PLArenaPool *requestArena = NULL;
LDAPRequestParams requestParams;
void *pollDesc = NULL;
PKIX_Int32 minPathLen = 0;
@@ -806,7 +806,7 @@
{
LDAPRequestParams requestParams;
void *pollDesc = NULL;
- PRArenaPool *requestArena = NULL;
+ PLArenaPool *requestArena = NULL;
PKIX_UInt32 numNames = 0;
PKIX_UInt32 thisName = 0;
PKIX_PL_CRL *candidate = NULL;
« no previous file with comments | « nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c ('k') | nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698