Searched defs:pushback (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dlex.c36 isc_buffer_t * pushback; member in struct:inputsource
207 source->pushback = NULL;
208 result = isc_buffer_allocate(lex->mctx, &source->pushback,
294 isc_buffer_free(&source->pushback);
316 pushback(inputsource *source, int c) { function
317 REQUIRE(source->pushback->current > 0);
322 source->pushback->current--;
329 if (isc_buffer_availablelength(source->pushback) == 0) {
335 oldlen = isc_buffer_length(source->pushback);
339 isc_buffer_usedregion(source->pushback,
[all...]

Completed in 11 milliseconds