Home | History | Annotate | Download | only in src

Lines Matching refs:raw_length

1250             size_t raw_length = 0;
1260 raw_length = strlen(item->valuestring) + sizeof("");
1261 output = ensure(output_buffer, raw_length);
1266 memcpy(output, item->valuestring, raw_length);