Searched refs:uris (Results 1 – 3 of 3) sorted by relevance
109 xmlChar **uris; member1000 if (xmlStrEqual(cache->uris[i], uri)) in cache_free_uri()1002 heap_free(cache->uris[i]); in cache_free_uri()1019 cache->uris = heap_realloc(cache->uris, cache->allocated*sizeof(xmlChar*)); in cache_add_entry()1026 cache->uris[i] = heap_strdupxmlChar(uri); in cache_add_entry()1039 memmove(&cache->uris[i], &cache->uris[i+1], (cache->count-i)*sizeof(xmlChar*)); in cache_remove_entry()1165 heap_free(This->uris[i]); in schema_cache_Release()1166 heap_free(This->uris); in schema_cache_Release()1402 *uri = bstr_from_xmlChar(This->uris[index]); in schema_cache_get_namespaceURI()1634 This->uris = heap_alloc(This->allocated*sizeof(xmlChar*)); in SchemaCache_create()
12893 const char *uris[3]; in test_namespaces_as_attributes() member13003 if (test->uris[i]) in test_namespaces_as_attributes()13009 ok(!lstrcmpW(str, _bstr_(test->uris[i])), "got %s\n", wine_dbgstr_w(str)); in test_namespaces_as_attributes()
1288 properly quote the namespace uris written out during c14n (Aleksey Sanin),