Searched refs:nva (Results 1 – 6 of 6) sorted by relevance
1003 nghttp2_nv *nva; in http2_send() local1061 nva = malloc(sizeof(nghttp2_nv) * nheader); in http2_send()1062 if(nva == NULL) { in http2_send()1068 nva[0].name = (unsigned char *)":method"; in http2_send()1069 nva[0].namelen = (uint16_t)strlen((char *)nva[0].name); in http2_send()1070 nva[0].value = (unsigned char *)hdbuf; in http2_send()1071 nva[0].valuelen = (uint16_t)(end - hdbuf); in http2_send()1072 nva[0].flags = NGHTTP2_NV_FLAG_NONE; in http2_send()1077 nva[1].name = (unsigned char *)":path"; in http2_send()1078 nva[1].namelen = (uint16_t)strlen((char *)nva[1].name); in http2_send()[all …]
162 catch ( NoViableAltException nva ) in NextToken()164 ReportError( nva ); in NextToken()165 Recover( nva ); // throw out current char and try again in NextToken()
132 } catch (NoViableAltException nva) { in NextToken()133 ReportError(nva); in NextToken()134 Recover(nva); // throw out current char and try again in NextToken()
86 catch (nva:NoViableAltException) {87 reportError(nva);88 recover(nva); // throw out current char and try again
147 @catch (ANTLRNoViableAltException *nva) {148 [self reportError:nva];149 [self recover:nva];
929 …nva = ANTLR3::Error::NoViableAlternative.new( @dfa<dfa.decisionNumber>.description, <dfa.decisionN…930 @dfa<dfa.decisionNumber>.error( nva )931 raise nva951 …nva = ANTLR3::Error::NoViableAlternative.new( @dfa<dfa.decisionNumber>.description, <dfa.decisionN…952 @dfa<dfa.decisionNumber>.error( nva )953 raise nva