Lines Matching refs:CvFileMapNode
84 typedef struct CvFileMapNode struct
88 struct CvFileMapNode* next; argument
90 CvFileMapNode; typedef
262 sizeof(CvFileMapNode), fs->memstorage, 16 )); in icvFSCreateCollection()
507 CvFileMapNode* another; in cvGetFileNode()
529 for( another = (CvFileMapNode*)(map->table[i]); another != 0; another = another->next ) in cvGetFileNode()
542 CvFileMapNode* node = (CvFileMapNode*)cvSetNew( (CvSet*)map ); in cvGetFileNode()
545 node->next = (CvFileMapNode*)(map->table[i]); in cvGetFileNode()
593 CvFileMapNode* another; in cvGetFileNodeByName()
614 for( another = (CvFileMapNode*)(map->table[i]); another != 0; another = another->next ) in cvGetFileNodeByName()
3410 CvFileMapNode* elem = (CvFileMapNode*)reader.ptr; in icvWriteCollection()
3502 ((CvFileMapNode*)file_node)->key->str.ptr : 0; in cvGetFileNodeName()