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

  /external/boringssl/src/crypto/x509v3/
v3_ncons.c 394 char *baseptr = (char *)base->data;
397 if (!*baseptr)
405 if (*baseptr != '.' && dnsptr[-1] != '.')
409 if (OPENSSL_strcasecmp(baseptr, dnsptr))
418 const char *baseptr = (char *)base->data;
421 const char *baseat = strchr(baseptr, '@');
426 if (!baseat && (*baseptr == '.')) {
429 if (!OPENSSL_strcasecmp(baseptr, emlptr))
438 if (baseat != baseptr) {
439 if ((baseat - baseptr) != (emlat - emlptr)
    [all...]
  /external/libxml2/
error.c 467 xmlNodePtr baseptr = NULL; local
525 baseptr = node;
532 if ((baseptr == NULL) && (node != NULL) &&
534 baseptr = node;
552 else if (baseptr != NULL) {
559 xmlNodePtr prev = baseptr;
583 to->file = (char *) xmlStrdup(baseptr->doc->URL);

Completed in 2799 milliseconds