Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Darray.c381 static data_string * array_insert_string_at_pos(array * const a, const uint_fast32_t pos) { in array_insert_string_at_pos() function
392 data_string * const ds = array_insert_string_at_pos(a, (uint32_t)(-ipos-1)); in array_get_buf_ptr_ext()
413 data_string * const ds = array_insert_string_at_pos(a, (uint32_t)(-ipos-1)); in array_get_buf_ptr()
420 data_string * const ds = array_insert_string_at_pos(a, a->used); in array_insert_value()