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

Unified Diff: nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_infoaccess.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/pki/pkix_pl_infoaccess.c
===================================================================
--- nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_infoaccess.c (revision 203524)
+++ nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_infoaccess.c (working copy)
@@ -511,7 +511,7 @@
*
* PARAMETERS
* "arena"
- * Address of a PRArenaPool to be used in populating the LDAPLocation.
+ * Address of a PLArenaPool to be used in populating the LDAPLocation.
* Must be non-NULL.
* "startPos"
* The address of char string that contains a subset of ldap location.
@@ -533,7 +533,7 @@
*/
static PKIX_Error *
pkix_pl_InfoAccess_ParseTokens(
- PRArenaPool *arena,
+ PLArenaPool *arena,
char **startPos, /* return update */
char ***tokens,
char separator,
@@ -662,7 +662,7 @@
*
* This function parses the GeneralName pointed to by "generalName" into the
* fields of the LDAPRequestParams pointed to by "request" and a domainName
- * pointed to by "pDomainName", using the PRArenaPool pointed to by "arena" to
+ * pointed to by "pDomainName", using the PLArenaPool pointed to by "arena" to
* allocate storage for the request components and for the domainName string.
*
* The expected GeneralName string should be in the format described by the
@@ -679,7 +679,7 @@
* Address of the GeneralName whose LDAPLocation is to be parsed. Must be
* non-NULL.
* "arena"
- * Address of PRArenaPool to be used for the domainName and for components
+ * Address of PLArenaPool to be used for the domainName and for components
* of the LDAPRequest. Must be non-NULL.
* "request"
* Address of the LDAPRequestParams into which request components are
@@ -698,7 +698,7 @@
PKIX_Error *
pkix_pl_InfoAccess_ParseLocation(
PKIX_PL_GeneralName *generalName,
- PRArenaPool *arena,
+ PLArenaPool *arena,
LDAPRequestParams *request,
char **pDomainName,
void *plContext)
« no previous file with comments | « nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_infoaccess.h ('k') | nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_nameconstraints.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698