Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Darray.c348 static data_unset * array_insert_data_at_pos(array * const a, data_unset * const entry, const uint_… in array_insert_data_at_pos() function
377 return (data_integer *)array_insert_data_at_pos(a, (data_unset *)di, pos); in array_insert_integer_at_pos()
384 return (data_string *)array_insert_data_at_pos(a, (data_unset *)ds, pos); in array_insert_string_at_pos()
432 array_insert_data_at_pos(a, entry, a->used); in array_find_or_insert()
440 array_insert_data_at_pos(a, entry, (uint32_t)(-ipos - 1)); in array_find_or_insert()
/lighttpd1.4/
H A DNEWS780 * [core] return entry from array_insert_data_at_pos