Searched refs:ptr_buf (Results 1 – 2 of 2) sorted by relevance
231 char *ptr, *ptr_buf; in print_head() local237 ptr_buf = buf; in print_head()243 strncpy(ptr_buf, name[i], strlen(name[i])); in print_head()245 prev_index = ptr_buf - buf - 1; in print_head()247 len = (ptr_buf - buf) - 1 - prev_index; in print_head()249 prev_index = ptr_buf - buf - 1; in print_head()251 len = (ptr_buf - buf) - 1 - prev_index; in print_head()253 prev_index = ptr_buf - buf - 1; in print_head()255 len = (ptr_buf - buf) - 1 - prev_index; in print_head()257 prev_index = ptr_buf - buf - 1; in print_head()[all …]
682 _CvTrianAttr **ptr_buf = 0; /* pointer to the pointer's buffer */ in cvContourFromContourTree() local712 ptr_buf = NULL; in cvContourFromContourTree()728 ptr_buf = (_CvTrianAttr **) cvAlloc( lpt * sizeof( _CvTrianAttr * )); in cvContourFromContourTree()729 if( ptr_buf == NULL ) in cvContourFromContourTree()739 memset( ptr_buf, 0, lpt * sizeof( _CvTrianAttr * )); in cvContourFromContourTree()768 ptr_buf[i_buf] = tree_one; in cvContourFromContourTree()782 CvPoint pt = ptr_buf[i_buf]->pt; in cvContourFromContourTree()784 tree_one = ptr_buf[i_buf]->next_v2; in cvContourFromContourTree()800 cvFree( &ptr_buf ); in cvContourFromContourTree()