Searched refs:sc_get_buffer_length (Results 1 – 4 of 4) sorted by relevance
215 temp = (char*) alloca(sc_get_buffer_length()); in get_tarval_overflow()216 memcpy(temp, value, sc_get_buffer_length()); in get_tarval_overflow()228 temp = (char*) alloca(sc_get_buffer_length()); in get_tarval_overflow()229 memcpy(temp, value, sc_get_buffer_length()); in get_tarval_overflow()245 temp = (char*) alloca(sc_get_buffer_length()); in get_tarval_overflow()246 memcpy(temp, value, sc_get_buffer_length()); in get_tarval_overflow()305 buffer = alloca(sc_get_buffer_length()); in new_integer_tarval_from_str()360 buffer = alloca(sc_get_buffer_length()); in new_tarval_from_str_int()922 buffer = (char*) alloca(sc_get_buffer_length()); in tarval_not()953 buffer = (char*) alloca(sc_get_buffer_length()); in tarval_neg()[all …]
194 int sc_get_buffer_length(void);
1391 value_size = sc_get_buffer_length(); in init_fltcalc()
778 int sc_get_buffer_length(void) in sc_get_buffer_length() function