Searched refs:baseptr (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_ncons.c372 char *baseptr = (char *)base->data;
375 if (!*baseptr)
383 if (*baseptr != '.' && dnsptr[-1] != '.')
387 if (strcasecmp(baseptr, dnsptr))
396 const char *baseptr = (char *)base->data;
399 const char *baseat = strchr(baseptr, '@');
404 if (!baseat && (*baseptr == '.')) {
407 if (!strcasecmp(baseptr, emlptr))
416 if (baseat != baseptr) {
417 if ((baseat - baseptr) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_ncons.c372 char *baseptr = (char *)base->data;
375 if (!*baseptr)
383 if (*baseptr != '.' && dnsptr[-1] != '.')
387 if (strcasecmp(baseptr, dnsptr))
396 const char *baseptr = (char *)base->data;
399 const char *baseat = strchr(baseptr, '@');
404 if (!baseat && (*baseptr == '.')) {
407 if (!strcasecmp(baseptr, emlptr))
416 if (baseat != baseptr) {
417 if ((baseat - baseptr) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Derror.c453 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Derror.c453 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Derror.c453 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Derror.c453 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent.c501 notify_base_cbq_callback(struct deferred_cb_queue *cb, void *baseptr) argument
503 struct event_base *base = baseptr;

Completed in 132 milliseconds