Searched refs:nextProtoCallback (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ext.c650 /* ss->nextProtoCallback cannot normally be NULL if we negotiated the
654 PORT_Assert(ss->nextProtoCallback != NULL);
655 if (!ss->nextProtoCallback) {
662 rv = ss->nextProtoCallback(ss->nextProtoArg, ss->fd, data->data, data->len,
723 if (!ss->opt.enableNPN || !ss->nextProtoCallback || ss->firstHsDone) {
H A Dsslimpl.h1288 SSLNextProtoCallback nextProtoCallback; member in struct:sslSocketStr
H A Dsslsock.c1448 ss->nextProtoCallback = callback;

Completed in 711 milliseconds