Home
last modified time | relevance | path

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

/third_party/libcoap/tests/
Dtest_sendqueue.c192 coap_queue_t *tmp_node; in t_sendqueue7() local
200 result = coap_remove_from_queue(&ctx->sendqueue, session, 3, &tmp_node); in t_sendqueue7()
203 CU_ASSERT_PTR_NOT_NULL(tmp_node); in t_sendqueue7()
204 CU_ASSERT_PTR_EQUAL(tmp_node, node[3]); in t_sendqueue7()
215 coap_queue_t *tmp_node; in t_sendqueue8() local
217 result = coap_remove_from_queue(&ctx->sendqueue, session, 4, &tmp_node); in t_sendqueue8()
220 CU_ASSERT_PTR_NOT_NULL(tmp_node); in t_sendqueue8()
221 CU_ASSERT_PTR_EQUAL(tmp_node, node[4]); in t_sendqueue8()
236 coap_queue_t *tmp_node; in t_sendqueue9() local
237 tmp_node = coap_peek_next(ctx); in t_sendqueue9()
[all …]
/third_party/selinux/libsepol/src/
Dnodes.c19 ocontext_t *tmp_node = NULL; in node_from_record() local
25 tmp_node = (ocontext_t *) calloc(1, sizeof(ocontext_t)); in node_from_record()
26 if (!tmp_node) in node_from_record()
39 memcpy(&tmp_node->u.node.addr, addr_buf, addr_bsize); in node_from_record()
40 memcpy(&tmp_node->u.node.mask, mask_buf, mask_bsize); in node_from_record()
43 memcpy(tmp_node->u.node6.addr, addr_buf, addr_bsize); in node_from_record()
44 memcpy(tmp_node->u.node6.mask, mask_buf, mask_bsize); in node_from_record()
59 context_cpy(&tmp_node->context[0], tmp_con); in node_from_record()
64 *node = tmp_node; in node_from_record()
71 if (tmp_node != NULL) { in node_from_record()
[all …]
Dnode_record.c553 sepol_node_t *tmp_node = (sepol_node_t *) malloc(sizeof(sepol_node_t)); in sepol_node_create() local
555 if (!tmp_node) { in sepol_node_create()
560 tmp_node->addr = NULL; in sepol_node_create()
561 tmp_node->addr_sz = 0; in sepol_node_create()
562 tmp_node->mask = NULL; in sepol_node_create()
563 tmp_node->mask_sz = 0; in sepol_node_create()
564 tmp_node->proto = SEPOL_PROTO_IP4; in sepol_node_create()
565 tmp_node->con = NULL; in sepol_node_create()
566 *node = tmp_node; in sepol_node_create()
/third_party/ffmpeg/libavformat/
Ddashdec.c1204 xmlNodePtr tmp_node = NULL; in parse_manifest() local
1307 tmp_node = find_child_node_by_name(node, "BaseURL"); in parse_manifest()
1308 if (tmp_node) { in parse_manifest()
1309 mpd_baseurl_node = xmlCopyNode(tmp_node,1); in parse_manifest()
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c2312 struct cil_tree_node *tmp_node = NULL; in cil_booleanif_to_policydb() local
2376 tmp_node = true_node; in cil_booleanif_to_policydb()
2378 false_node = tmp_node; in cil_booleanif_to_policydb()