Lines Matching defs:scheme
18741 xmlBufferAllocationScheme scheme; /* allocation scheme to use */
18748 scheme = gen_xmlBufferAllocationScheme(n_scheme, 1);
18750 xmlBufferSetAllocationScheme(buf, scheme);
18753 des_xmlBufferAllocationScheme(n_scheme, scheme, 1);
23020 xmlBufferAllocationScheme scheme; /* allocation method to use */
23025 scheme = gen_xmlBufferAllocationScheme(n_scheme, 0);
23027 xmlSetBufferAllocationScheme(scheme);
23029 des_xmlBufferAllocationScheme(n_scheme, scheme, 0);