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

/bind-9.6-ESV-R11/lib/isc/
H A Dlex.c44 isc_buffer_t * pushback; member in struct:inputsource
211 source->pushback = NULL;
212 result = isc_buffer_allocate(lex->mctx, &source->pushback,
297 isc_buffer_free(&source->pushback);
318 pushback(inputsource *source, int c) { function
319 REQUIRE(source->pushback->current > 0);
324 source->pushback->current--;
331 if (isc_buffer_availablelength(source->pushback) == 0) {
337 oldlen = isc_buffer_length(source->pushback);
341 isc_buffer_usedregion(source->pushback,
[all...]

Completed in 10 milliseconds