HomeSort by relevance Sort by last modified time
    Searched defs:tmp_node (Results 1 - 4 of 4) sorted by null

  /external/libsepol/src/
nodes.c 19 ocontext_t *tmp_node = NULL; local
23 tmp_node = (ocontext_t *) calloc(1, sizeof(ocontext_t));
24 if (!tmp_node)
39 memcpy(&tmp_node->u.node.addr, addr_buf, addr_bsize);
40 memcpy(&tmp_node->u.node.mask, mask_buf, mask_bsize);
43 memcpy(tmp_node->u.node6.addr, addr_buf, addr_bsize);
44 memcpy(tmp_node->u.node6.mask, mask_buf, mask_bsize);
59 context_cpy(&tmp_node->context[0], tmp_con);
64 *node = tmp_node;
71 if (tmp_node != NULL)
    [all...]
node_record.c 577 sepol_node_t *tmp_node = (sepol_node_t *) malloc(sizeof(sepol_node_t)); local
579 if (!tmp_node) {
584 tmp_node->addr = NULL;
585 tmp_node->addr_sz = 0;
586 tmp_node->mask = NULL;
587 tmp_node->mask_sz = 0;
588 tmp_node->proto = SEPOL_PROTO_IP4;
589 tmp_node->con = NULL;
590 *node = tmp_node;
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 887 InternalNode* tmp_node = node; local
888 while (tmp_node->parent()) {
889 int index_in_parent = tmp_node->parent()->GetIndexOf(tmp_node);
893 row += tmp_node->parent()->GetChild(i)->NumExpandedNodes();
894 tmp_node = tmp_node->parent();
  /external/opencv/ml/src/
mlsvm.cpp 2124 CvFileNode* tmp_node = cvGetFileNodeByName( fs, svm_node, "svm_type" ); local
    [all...]

Completed in 113 milliseconds