OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyURI
(Results
1 - 2
of
2
) sorted by null
/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/
LiveSession.cpp
896
AString
keyURI
;
897
if (!itemMeta->findString("cipher-uri", &
keyURI
)) {
902
ssize_t index = mAESKeyForURI.indexOfKey(
keyURI
);
922
keyURI
.c_str(),
940
ALOGE("failed to fetch cipher key from '%s'.",
keyURI
.c_str());
944
mAESKeyForURI.add(
keyURI
, key);
Completed in 2835 milliseconds