Lines Matching refs:uri
1235 char *uri, *name, *value = NULL; in PHP_FUNCTION() local
1240 …NUM_ARGS() TSRMLS_CC, getThis(), "Os!s|s", &id, dom_document_class_entry, &uri, &uri_len, &name, &… in PHP_FUNCTION()
1251 if (nodep != NULL && uri != NULL) { in PHP_FUNCTION()
1252 nsptr = xmlSearchNsByHref (nodep->doc, nodep, uri); in PHP_FUNCTION()
1254 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); in PHP_FUNCTION()
1298 char *uri, *name; in PHP_FUNCTION() local
1303 …D_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_document_class_entry, &uri, &uri_len, &name, &… in PHP_FUNCTION()
1316 nsptr = xmlSearchNsByHref (nodep->doc, root, uri); in PHP_FUNCTION()
1318 nsptr = dom_get_ns(root, uri, &errorcode, prefix); in PHP_FUNCTION()
1362 char *uri, *name; in PHP_FUNCTION() local
1365 …ND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_document_class_entry, &uri, &uri_len, &name, &… in PHP_FUNCTION()
1374 nsuri = xmlCharStrndup(uri, uri_len); in PHP_FUNCTION()
1499 xmlURI *uri; in _dom_get_valid_file_path() local
1504 uri = xmlCreateURI(); in _dom_get_valid_file_path()
1506 xmlParseURIReference(uri, escsource); in _dom_get_valid_file_path()
1509 if (uri->scheme != NULL) { in _dom_get_valid_file_path()
1530 if ((uri->scheme == NULL || isFileUri)) { in _dom_get_valid_file_path()
1533 xmlFreeURI(uri); in _dom_get_valid_file_path()
1539 xmlFreeURI(uri); in _dom_get_valid_file_path()