Home
last modified time | relevance | path

Searched refs:error_index (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/apps/snmp/
Dsnmp_msg.c618 … request->error_index = request->non_repeaters + repetition_varbind_enumerator.varbind_count; in snmp_process_getbulk_request()
628 … request->error_index = request->non_repeaters + repetition_varbind_enumerator.varbind_count; in snmp_process_getbulk_request()
1195 request->error_index = 1; in snmp_parse_inbound_frame()
1250 IF_PARSE_EXEC(snmp_asn1_dec_s32t(&pbuf_stream, tlv.value_len, &request->error_index)); in snmp_parse_inbound_frame()
1752 request->error_index = 0; /* defined by RFC 1157 */ in snmp_complete_outbound_frame()
1753 } else if (request->error_index == 0) { in snmp_complete_outbound_frame()
1755 request->error_index = request->inbound_varbind_enumerator.varbind_count; in snmp_complete_outbound_frame()
1766 if (request->error_index != 0) { in snmp_complete_outbound_frame()
1768 snmp_asn1_enc_s32t_cnt(request->error_index, &len); in snmp_complete_outbound_frame()
1774 … OF_BUILD_EXEC( snmp_asn1_enc_s32t(&(request->outbound_pbuf_stream), len, request->error_index) ); in snmp_complete_outbound_frame()
Dsnmp_msg.h100 s32_t error_index; member
/third_party/node/deps/v8/src/objects/
Dobjects.h467 Isolate* isolate, Handle<Object> input, MessageTemplate error_index);
825 MessageTemplate error_index);
Dobjects-inl.h634 MessageTemplate error_index) { in ToIndex() argument
636 return ConvertToIndex(isolate, input, error_index); in ToIndex()
Dobjects.cc636 MessageTemplate error_index) { in ConvertToIndex() argument
643 THROW_NEW_ERROR(isolate, NewRangeError(error_index, js_len), Object); in ConvertToIndex()