OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iRelativeURI
(Results
1 - 2
of
2
) sorted by null
/external/opencore/protocols/http_parcom/src/
http_composer.cpp
89
iRelativeURI
= StrPtrLen(aRelativeUriPtr);
121
if (!usingAbsoluteURI &&
iRelativeURI
.length() == 0) return COMPOSE_BAD_URI;
126
StrPtrLen *uriPtr = (usingAbsoluteURI ? (&iURI) : (&
iRelativeURI
));
174
if (!usingAbsoluteURI &&
iRelativeURI
.length() == 0) return COMPOSE_BAD_URI;
213
StrPtrLen *uriPtr = (usingAbsoluteURI ? (&iURI) : (&
iRelativeURI
));
/external/opencore/protocols/http_parcom/include/
http_composer.h
174
StrPtrLen
iRelativeURI
;
Completed in 12 milliseconds