Home
last modified time | relevance | path

Searched refs:sheetp (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/xsl/
H A Dxsltprocessor.c173 if (sheetp->nsHash == NULL) { in xsl_apply_ns_hash_corrections()
176 sheetp->nsHash = xmlHashCreate(10); in xsl_apply_ns_hash_corrections()
177 if (UNEXPECTED(!sheetp->nsHash)) { in xsl_apply_ns_hash_corrections()
180 xsl_build_ns_map(sheetp->nsHash, sheetp, php_dom_get_ns_mapper(node_intern), doc); in xsl_apply_ns_hash_corrections()
194 xsltStylesheetPtr sheetp; in PHP_METHOD() local
228 if (!sheetp) { in PHP_METHOD()
237 xsltFreeStylesheet(sheetp); in PHP_METHOD()
276 php_xsl_set_object(id, sheetp); in PHP_METHOD()
436 xsltStylesheetPtr sheetp; in PHP_METHOD() local
489 xsltStylesheetPtr sheetp; in PHP_METHOD() local
[all …]

Completed in 9 milliseconds