Searched refs:this_buffer (Results 1 – 1 of 1) sorted by relevance
2067 unsigned char this_buffer[bufsize + 1]; in push_partial_def() local2083 memset (this_buffer, 0, len); in push_partial_def()2087 len = native_encode_expr (pd.rhs, this_buffer, bufsize, in push_partial_def()2104 this_buffer[len] = 0; in push_partial_def()2112 shift_bytes_in_array_right (this_buffer, len + 1, amnt); in push_partial_def()2113 unsigned char *q = this_buffer; in push_partial_def()2124 *p = (*p & ~msk) | (this_buffer[len] & msk); in push_partial_def()2130 q = (this_buffer + len in push_partial_def()2148 q = (this_buffer + len in push_partial_def()2182 shift_bytes_in_array_left (this_buffer, len + 1, amnt); in push_partial_def()[all …]