HomeSort by relevance Sort by last modified time
    Searched refs:baseptr (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_ncons.c 392 char *baseptr = (char *)base->data;
395 if (!*baseptr)
408 if (strcasecmp(baseptr, dnsptr))
417 const char *baseptr = (char *)base->data;
420 const char *baseat = strchr(baseptr, '@');
425 if (!baseat && (*baseptr == '.'))
430 if (!strcasecmp(baseptr, emlptr))
440 if (baseat != baseptr)
442 if ((baseat - baseptr) != (emlat - emlptr))
445 if (strncmp(baseptr, emlptr, emlat - emlptr)
    [all...]
  /external/openssl/crypto/x509v3/
v3_ncons.c 392 char *baseptr = (char *)base->data;
395 if (!*baseptr)
408 if (strcasecmp(baseptr, dnsptr))
417 const char *baseptr = (char *)base->data;
420 const char *baseat = strchr(baseptr, '@');
425 if (!baseat && (*baseptr == '.'))
430 if (!strcasecmp(baseptr, emlptr))
440 if (baseat != baseptr)
442 if ((baseat - baseptr) != (emlat - emlptr))
445 if (strncmp(baseptr, emlptr, emlat - emlptr)
    [all...]
  /external/chromium_org/third_party/libxml/src/
error.c 453 xmlNodePtr baseptr = NULL; local
516 baseptr = node;
523 if ((baseptr == NULL) && (node != NULL) &&
525 baseptr = node;
541 else if (baseptr != NULL) {
548 xmlNodePtr prev = baseptr;
572 to->file = (char *) xmlStrdup(baseptr->doc->URL);
  /external/libxml2/
error.c 453 xmlNodePtr baseptr = NULL; local
511 baseptr = node;
518 if ((baseptr == NULL) && (node != NULL) &&
520 baseptr = node;
536 else if (baseptr != NULL) {
543 xmlNodePtr prev = baseptr;
567 to->file = (char *) xmlStrdup(baseptr->doc->URL);

Completed in 228 milliseconds