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

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c72 static int instantiate(_FILTER **, TYPE *, TYPE *,
79 static int instantiate();
262 if (!instantiate(&pipeline, &S.input_type, &S.output_type,
375 * instantiate() - CREATE FILTER-PIPELINE KNOWING INPUT/OUTPUT TYPES
379 * The "instantiate()" routine is the meat of the "insfilter()"
384 * these are used by "instantiate()" to verify a filter-pipeline.
395 * The "instantiate()" routine looks for a single filter that matches
404 * If a single filter is not found, "instantiate()" examines all
411 * be a filter-pipeline. "instantiate()" checks for the trivial case
418 * instantiate()
446 instantiate( function
[all...]

Completed in 45 milliseconds