HomeSort by relevance Sort by last modified time
    Searched refs:keyURI (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libxslt/libxslt/
functions.c 404 const xmlChar *keyURI;
429 keyURI = NULL;
434 keyURI = xmlXPathNsLookup(xpctxt, prefix);
435 if (keyURI == NULL) {
444 keyURI = NULL;
524 nodelist = xsltGetKey(tctxt, key, keyURI, value);
  /external/libxslt/libxslt/
functions.c 404 const xmlChar *keyURI;
429 keyURI = NULL;
434 keyURI = xmlXPathNsLookup(xpctxt, prefix);
435 if (keyURI == NULL) {
444 keyURI = NULL;
524 nodelist = xsltGetKey(tctxt, key, keyURI, value);
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 208 AString keyURI;
209 if (!itemMeta->findString("cipher-uri", &keyURI)) {
214 ssize_t index = mAESKeyForURI.indexOfKey(keyURI);
220 ssize_t err = mSession->fetchFile(keyURI.c_str(), &key);
223 ALOGE("failed to fetch cipher key from '%s'.", keyURI.c_str());
226 ALOGE("key file '%s' wasn't 16 bytes in size.", keyURI.c_str());
230 mAESKeyForURI.add(keyURI, key);
    [all...]

Completed in 67 milliseconds