Home
last modified time | relevance | path

Searched refs:item (Results 1 – 25 of 266) sorted by relevance

1234567891011

/f-stack/tools/libxo/tests/core/saved/
H A Dtest_08.XP.out4 <item>
7 </item>
8 <item>
11 </item>
12 <item>
15 </item>
16 <item>
19 </item>
20 <item>
28 <item>
[all …]
H A Dtest_08.X.out1item><name key="key">gum</name><count>1412</count></item><item><name key="key">rope</name><count>8…
H A Dtest_09.X.out1item>gum</item><item>rope</item><item>ladder</item><item>bolt</item><item>water</item></contents><…
H A Dtest_09.XP.out11 <item>gum</item>
12 <item>rope</item>
13 <item>ladder</item>
14 <item>bolt</item>
15 <item>water</item>
18 <item>gum</item>
19 <item>rope</item>
20 <item>ladder</item>
21 <item>bolt</item>
22 <item>water</item>
H A Dtest_10.X.out1item><sku test3="value3" key="key">GRO-000-415</sku><name key="key">gum</name><sold>1412</sold><in…
H A Dtest_10.XP.out9 <item>
15 </item>
16 <item>
22 </item>
23 <item>
30 <item>
92 <item test4="value4">gum</item>
93 <item test4="value4">rope</item>
94 <item test4="value4">ladder</item>
95 <item test4="value4">bolt</item>
[all …]
H A Dtest_08.E.out5 op open_list: [item] [] [0]
6 op open_instance: [item] [] [0x810]
9 op close_instance: [item] [] [0]
13 op close_instance: [item] [] [0]
17 op close_instance: [item] [] [0]
26 op close_list: [item] [] [0]
31 op open_list: [item] [] [0]
52 op close_list: [item] [] [0]
57 op open_list: [item] [] [0]
79 op close_list: [item] [] [0]
[all …]
H A Dtest_01.XP.out32 </item>
33 <item>
39 </item>
40 <item>
47 <item>
54 <item>
109 <item test4="value4">gum</item>
110 <item test4="value4">rope</item>
111 <item test4="value4">ladder</item>
112 <item test4="value4">bolt</item>
[all …]
H A Dtest_01.X.out1item test2="value2"><sku test3="value3" key="key">GRO-000-415</sku><name key="key">gum</name><sold…
H A Dtest_10.E.out6 op open_list: [item] [] [0]
8 op close_list: [item] [] [0]
15 op open_list: [item] [] [0]
23 op close_instance: [item] [] [0]
56 op close_list: [item] [] [0]
59 op open_list: [item] [] [0]
95 op close_list: [item] [] [0]
98 op open_list: [item] [] [0]
106 op close_list: [item] [] [0]
109 op open_list: [item] [] [0]
[all …]
H A Dtest_01.E.out28 op open_list: [item] [] [0]
37 op close_instance: [item] [] [0]
70 op close_list: [item] [] [0]
73 op open_list: [item] [] [0]
109 op close_list: [item] [] [0]
112 op open_list: [item] [] [0]
120 op close_list: [item] [] [0]
123 op open_list: [item] [] [0]
134 op close_list: [item] [] [0]
138 op open_list: [item] [] [0]
[all …]
H A Dtest_09.E.out14 op open_leaf_list: [item] [] [0]
15 op string: [item] [gum] [0x2000]
16 op string: [item] [rope] [0x2000]
18 op string: [item] [bolt] [0x2000]
19 op string: [item] [water] [0x2000]
20 op close_leaf_list: [item] [] [0]
23 op open_list: [item] [] [0]
24 op string: [item] [gum] [0x2000]
25 op string: [item] [rope] [0x2000]
27 op string: [item] [bolt] [0x2000]
[all …]
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_flow.c279 if ((item->spec || item->mask) && in cons_parse_ntuple_filter()
312 if ((item->spec || item->mask) && in cons_parse_ntuple_filter()
335 if (!item->spec || !item->mask) { in cons_parse_ntuple_filter()
402 (!item->spec && !item->mask)) { in cons_parse_ntuple_filter()
408 (!item->spec || !item->mask)) { in cons_parse_ntuple_filter()
733 if (!item->spec || !item->mask) { in cons_parse_ethertype_filter()
986 if (item->spec || item->mask) { in cons_parse_syn_filter()
1008 if (item->spec || item->mask) { in cons_parse_syn_filter()
1026 if (!item->spec || !item->mask) { in cons_parse_syn_filter()
1232 if (!item->spec || !item->mask) { in cons_parse_l2_tn_filter()
[all …]
/f-stack/app/micro_thread/
H A Dmt_cache.cpp118 if (item != NULL) in alloc_sk_buffer()
122 return item; in alloc_sk_buffer()
126 if (NULL == item) in alloc_sk_buffer()
131 return item; in alloc_sk_buffer()
203 skip_len = (item->data_len > left) ? left : item->data_len; in cache_copy_out()
334 memcpy(item->head, (char*)data + len - left, item->size); in cache_append_data()
335 item->data_len = item->size; in cache_append_data()
406 || ((item->data_len + item->data) >= item->end)) in cache_tcp_recv()
416 uint8_t* buff = item->data + item->data_len; in cache_tcp_recv()
417 uint32_t remain = item->end - item->data - item->data_len; in cache_tcp_recv()
[all …]
H A Dhash_list.h119 HashKey* item = _buckets[idx]; in HashFind() local
121 for (; item != NULL; item = item->_next_entry) { in HashFind()
131 return item; in HashFind()
138 HashKey* item = HashFind(key); in HashFindData() local
139 if (!item) { in HashFindData()
142 return item->_data_ptr; in HashFindData()
157 HashKey* item = _buckets[idx]; in HashRemove() local
160 for (; item != NULL; prev = item, item = item->_next_entry) { in HashRemove()
161 if ((item->_hash_value == hash) && (item->HashCmp(key) == 0)){ in HashRemove()
185 for (; item != NULL; item = item->_next_entry) { in HashForeach()
[all …]
H A Dmt_net.h58 Type* item = NULL; in ~CRecyclePool() local
63 delete item; in ~CRecyclePool() local
70 if (item != NULL) in AllocItem()
74 return item; in AllocItem()
77 item = new Type(); in AllocItem()
78 if (NULL == item) in AllocItem()
83 return item; in AllocItem()
94 Type* item = NULL; in RecycleItem() local
103 delete item; in RecycleItem() local
495 void FreeNetItem(CNetHandler* item) { in FreeNetItem() argument
[all …]
/f-stack/dpdk/lib/librte_flow_classify/
H A Drte_flow_classify_parse.c73 item++; in classify_find_first_item()
75 return item; in classify_find_first_item()
121 item++; in classify_match_pattern()
239 item, in classify_parse_ntuple_filter()
245 if (item->spec || item->mask) { in classify_parse_ntuple_filter()
248 item, in classify_parse_ntuple_filter()
258 item, in classify_parse_ntuple_filter()
265 if (!item->spec || !item->mask) { in classify_parse_ntuple_filter()
272 if (item->last) { in classify_parse_ntuple_filter()
321 if (!item->spec || !item->mask) { in classify_parse_ntuple_filter()
[all …]
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_flow.c89 for (item = patterns; item->type != RTE_FLOW_ITEM_TYPE_END; item++) { in ipn3ke_pattern_vxlan()
153 for (item = patterns; item->type != RTE_FLOW_ITEM_TYPE_END; item++) { in ipn3ke_pattern_mac()
154 if (!item->spec || item->mask || item->last) { in ipn3ke_pattern_mac()
215 for (item = patterns; item->type != RTE_FLOW_ITEM_TYPE_END; item++) { in ipn3ke_pattern_qinq()
216 if (!item->spec || item->mask || item->last) { in ipn3ke_pattern_qinq()
284 for (item = patterns; item->type != RTE_FLOW_ITEM_TYPE_END; item++) { in ipn3ke_pattern_mpls()
285 if (!item->spec || item->mask || item->last) { in ipn3ke_pattern_mpls()
359 if (!item->spec || item->mask || item->last) { in ipn3ke_pattern_ip_tcp()
424 if (!item->spec || item->mask || item->last) { in ipn3ke_pattern_ip_udp()
492 if (!item->spec || item->mask || item->last) { in ipn3ke_pattern_ip_nvgre()
[all …]
/f-stack/lib/
H A Dff_ng_base.c1953 item_p item; in ng_dequeue() local
2196 (*item->apply->apply)(item->apply->context, in ng_flush_input_queue()
2320 item = ng_acquire_read(node, item); in ng_snd_item()
2322 item = ng_acquire_write(node, item); in ng_snd_item()
2363 (*item->apply->apply)(item->apply->context, in ng_snd_item()
2492 (*NGI_FN(item))(node, hook, NGI_ARG1(item), in ng_apply_item()
2496 error = (*NGI_FN2(item))(node, item, hook); in ng_apply_item()
3012 if (item) { in ng_alloc_item()
3095 item->el_flags = (item->el_flags & ~NGQF_TYPE) | type; in ng_realloc_item()
3320 item->lastfile, item->lastline); in dumpitem()
[all …]
/f-stack/freebsd/netgraph/
H A Dng_base.c2189 (*item->apply->apply)(item->apply->context, in ng_flush_input_queue()
2309 item = ng_acquire_read(node, item); in ng_snd_item()
2311 item = ng_acquire_write(node, item); in ng_snd_item()
2345 (*item->apply->apply)(item->apply->context, in ng_snd_item()
2474 (*NGI_FN(item))(node, hook, NGI_ARG1(item), in ng_apply_item()
2478 error = (*NGI_FN2(item))(node, item, hook); in ng_apply_item()
2988 if (item) { in ng_alloc_item()
3071 item->el_flags = (item->el_flags & ~NGQF_TYPE) | type; in ng_realloc_item()
3292 item->lastfile, item->lastline); in dumpitem()
3323 _NGI_NODE(item), ng_node2ID(_NGI_NODE(item))); in dumpitem()
[all …]
H A Dng_ppp.c881 NGI_M(item) = m; in ng_ppp_rcvdata_bypass()
912 NGI_M(item) = m; in ng_ppp_bypass()
938 NGI_M(item) = m; in ng_ppp_proto_recv()
1104 NGI_M(item) = m; in ng_ppp_comp_xmit()
1137 NGI_M(item) = m; in ng_ppp_rcvdata_compress()
1205 NGI_M(item) = m; in ng_ppp_rcvdata_decompress()
1235 NGI_M(item) = m; in ng_ppp_crypt_xmit()
1305 NGI_M(item) = m; in ng_ppp_rcvdata_decrypt()
1828 item_p item; in ng_ppp_frag_process() local
1843 item = oitem; in ng_ppp_frag_process()
[all …]
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_flow.c225 if (!item->spec || !item->mask) { in hinic_check_ethertype_first_item()
340 item = next_no_void_pattern(pattern, item); in cons_parse_ethertype_filter()
514 if (item->spec || item->mask) { in hinic_ntuple_item_check_ether()
521 item = next_no_void_pattern(pattern, item); in hinic_ntuple_item_check_ether()
545 if (!item->spec || !item->mask) { in hinic_ntuple_item_check_ipv4()
608 (!item->spec || !item->mask)) { in hinic_ntuple_item_check_l4()
836 if (item->spec || item->mask) { in hinic_normal_item_check_ether()
843 item = next_no_void_pattern(pattern, item); in hinic_normal_item_check_ether()
921 item = next_no_void_pattern(pattern, item); in hinic_normal_item_check_ip()
992 item = next_no_void_pattern(pattern, item); in hinic_normal_item_check_ip()
[all …]
/f-stack/dpdk/drivers/net/e1000/
H A Digb_flow.c153 if (item->spec || item->mask) { in cons_parse_ntuple_filter()
171 if (!item->spec || !item->mask) { in cons_parse_ntuple_filter()
178 if (item->last) { in cons_parse_ntuple_filter()
237 if (item->spec && item->mask) { in cons_parse_ntuple_filter()
279 if (item->spec && item->mask) { in cons_parse_ntuple_filter()
304 if (item->spec && item->mask) { in cons_parse_ntuple_filter()
325 item->spec; in cons_parse_ntuple_filter()
544 if (!item->spec || !item->mask) { in cons_parse_ethertype_filter()
818 if (item->spec || item->mask) { in cons_parse_syn_filter()
841 if (item->spec || item->mask) { in cons_parse_syn_filter()
[all …]
/f-stack/dpdk/lib/librte_gro/
H A Dgro_tcp4.h218 pkt_head = item->firstseg; in merge_two_tcp4_packets()
222 pkt_tail = item->firstseg; in merge_two_tcp4_packets()
238 item->lastseg->next = pkt; in merge_two_tcp4_packets()
241 item->ip_id = ip_id; in merge_two_tcp4_packets()
244 lastseg->next = item->firstseg; in merge_two_tcp4_packets()
245 item->firstseg = pkt; in merge_two_tcp4_packets()
247 item->sent_seq = sent_seq; in merge_two_tcp4_packets()
248 item->ip_id = ip_id; in merge_two_tcp4_packets()
250 item->nb_merged++; in merge_two_tcp4_packets()
297 (ip_id == item->ip_id + 1))) in check_seq_option()
[all …]
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_flow.c442 if (item->spec == NULL && item->mask) in hns3_parse_eth()
486 if (item->spec == NULL && item->mask) in hns3_parse_vlan()
535 if (item->spec == NULL && item->mask) in hns3_parse_ipv4()
602 if (item->spec == NULL && item->mask) in hns3_parse_ipv6()
658 if (item->spec == NULL && item->mask) in hns3_parse_tcp()
709 if (item->spec == NULL && item->mask) in hns3_parse_udp()
755 if (item->spec == NULL && item->mask) in hns3_parse_sctp()
891 if (item->spec == NULL && item->mask) in hns3_parse_vxlan()
942 if (item->spec == NULL && item->mask) in hns3_parse_nvgre()
1000 if (item->spec == NULL && item->mask) in hns3_parse_geneve()
[all …]

1234567891011