Home
last modified time | relevance | path

Searched refs:PTABLE_VAL_FREE (Results 1 – 8 of 8) sorted by relevance

/dports/devel/p5-indirect/indirect-0.39/xsh/
H A Dptable.h19 # if defined(PTABLE_VAL_ALLOC) || defined(PTABLE_VAL_FREE)
342 #ifdef PTABLE_VAL_FREE in PTABLE_PREFIX()
343 PTABLE_VAL_FREE(ent->val); in PTABLE_PREFIX()
382 #ifdef PTABLE_VAL_FREE in PTABLE_PREFIX()
384 PTABLE_VAL_FREE(ent->val); in PTABLE_PREFIX()
409 #ifdef PTABLE_VAL_FREE in PTABLE_PREFIX()
410 PTABLE_VAL_FREE(entry->val); in PTABLE_PREFIX()
452 #undef PTABLE_VAL_FREE
H A Dhints.h187 # define PTABLE_VAL_FREE(V) XSH_HINTS_FREE(V) macro
/dports/devel/p5-autovivification/autovivification-0.18/xsh/
H A Dptable.h19 # if defined(PTABLE_VAL_ALLOC) || defined(PTABLE_VAL_FREE)
342 #ifdef PTABLE_VAL_FREE in PTABLE_PREFIX()
343 PTABLE_VAL_FREE(ent->val); in PTABLE_PREFIX()
382 #ifdef PTABLE_VAL_FREE in PTABLE_PREFIX()
384 PTABLE_VAL_FREE(ent->val); in PTABLE_PREFIX()
409 #ifdef PTABLE_VAL_FREE in PTABLE_PREFIX()
410 PTABLE_VAL_FREE(entry->val); in PTABLE_PREFIX()
452 #undef PTABLE_VAL_FREE
H A Dhints.h187 # define PTABLE_VAL_FREE(V) XSH_HINTS_FREE(V) macro
/dports/devel/p5-Data-UUID/Data-UUID-1.226/
H A Dptable.h55 #ifndef PTABLE_VAL_FREE
56 # define PTABLE_VAL_FREE(V) macro
164 PTABLE_VAL_FREE(oldval); in PTABLE_PREFIX()
205 PTABLE_VAL_FREE(val); in PTABLE_PREFIX()
229 #undef PTABLE_VAL_FREE
H A DUUID.xs24 # define PTABLE_VAL_FREE(V) ((void) (V)) macro
/dports/devel/p5-indirect/indirect-0.39/
H A Dindirect.xs29 #define PTABLE_VAL_FREE(V) if (V) { indirect_op_info_t *oi = (V); XSH_LOCAL_FREE(oi->buf, oi->size,… macro
/dports/devel/p5-autovivification/autovivification-0.18/
H A Dautovivification.xs121 #define PTABLE_VAL_FREE(V) XSH_SHARED_FREE((V), 1, a_op_info) macro