Home
last modified time | relevance | path

Searched defs:Vector_Push (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/redisearch/RediSearch-2.2.5/src/rmutil/
H A Dvector.h57 #define Vector_Push(v, elem) __vector_PushPtr(v, elem ? &(typeof(elem)){elem} : NULL) macro
/dports/textproc/redisearch20/RediSearch-2.0.15/src/rmutil/
H A Dvector.h57 #define Vector_Push(v, elem) __vector_PushPtr(v, elem ? &(typeof(elem)){elem} : NULL) macro
/dports/textproc/redisearch16/RediSearch-1.6.16/src/rmutil/
H A Dvector.h57 #define Vector_Push(v, elem) __vector_PushPtr(v, elem ? &(typeof(elem)){elem} : NULL) macro
/dports/devel/bmake/bmake/
H A Dlst.c272 Vector_Push(Vector *v) in Vector_Push() function