Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Darray.c370 static data_integer * array_insert_integer_at_pos(array * const a, const uint_fast32_t pos) { in array_insert_integer_at_pos() function
403 data_integer * const di =array_insert_integer_at_pos(a,(uint32_t)(-ipos-1)); in array_get_int_ptr()