Searched refs:CvFileMapNode (Results 1 – 2 of 2) sorted by relevance
84 typedef struct CvFileMapNode struct88 struct CvFileMapNode* next; argument90 CvFileMapNode; typedef262 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()[all …]
167 typedef struct CvFileMapNode struct171 struct CvFileMapNode* next; argument173 CvFileMapNode; typedef413 sizeof(CvFileMapNode), fs->memstorage, 16 ); in icvFSCreateCollection()650 CvFileMapNode* another; in cvGetFileNode()672 for( another = (CvFileMapNode*)(map->table[i]); another != 0; another = another->next ) in cvGetFileNode()685 CvFileMapNode* node = (CvFileMapNode*)cvSetNew( (CvSet*)map ); in cvGetFileNode()688 node->next = (CvFileMapNode*)(map->table[i]); in cvGetFileNode()730 CvFileMapNode* another; in cvGetFileNodeByName()751 for( another = (CvFileMapNode*)(map->table[i]); another != 0; another = another->next ) in cvGetFileNodeByName()[all …]