OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseSingleUnsignedLong
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h
122
static bool
ParseSingleUnsignedLong
(
ARTSPConnection.cpp
177
if (!
ParseSingleUnsignedLong
(colonPos + 1, &x) || x >= 65536) {
664
if (!
ParseSingleUnsignedLong
(
723
if (!
ParseSingleUnsignedLong
(value.c_str(), &contentLength)) {
782
if (!
ParseSingleUnsignedLong
(value.c_str(), &cseq)) {
823
bool ARTSPConnection::
ParseSingleUnsignedLong
(
850
if (!
ParseSingleUnsignedLong
(value.c_str(), &cseq)) {
Completed in 156 milliseconds