Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/mapscript/swiginc/
H A Dlayer.i485 if(self->features != NULL && self->features->tailifhead != NULL) in addFeature()
486 shape->index = self->features->tailifhead->shape.index + 1; in addFeature()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmaplayer.c678 node->tailifhead = NULL; in msTokenizeExpression()
759 if(expression->tokens->tailifhead != NULL) /* this should never be NULL, but just in case */ in msTokenizeExpression()
760 expression->tokens->tailifhead->next = node; /* put the node at the end of the list */ in msTokenizeExpression()
766 expression->tokens->tailifhead = node; in msTokenizeExpression()
H A Dmapfile.c859 node->tailifhead = NULL; in insertFeatureList()
866 if((*list)->tailifhead!=NULL) /* this should never be NULL, but just in case */ in insertFeatureList()
867 (*list)->tailifhead->next=node; /* put the node at the end of the list */ in insertFeatureList()
873 (*list)->tailifhead = node; in insertFeatureList()
946 if(player->features != NULL && player->features->tailifhead != NULL) in loadFeature()
947 shape->index = player->features->tailifhead->shape.index + 1; in loadFeature()
H A Dmapserver.h684 …struct listNode *tailifhead; /* this is the tail node in the list, if this is the head element, ot… member
744 …struct tokenListNode *tailifhead; /* this is the tail node in the list if this is the head element… member
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dmapscript_i.c786 if(self->features != NULL && self->features->tailifhead != NULL) in layerObj_addFeature()
787 shape->index = self->features->tailifhead->shape.index + 1; in layerObj_addFeature()