Home | History | Annotate | Download | only in utils

Lines Matching refs:buffer

85     char*               buffer;
105 t->buffer = realloc( t->buffer, size );
106 if (t->buffer == NULL) {
113 return t->buffer;
230 /* Make sure that we're within the parameters buffer. */
272 /* Calculate size of string buffer required for the value. */
279 /* Allocate string buffer, and retrieve the value. */
282 E("%s: Unable to allocated %d bytes for string buffer.",
288 E("%s: Unable to retrieve value into allocated buffer.", __FUNCTION__);