Home
last modified time | relevance | path

Searched refs:get_quoted_attrib (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/
H A Dscan_gps.flex32 static std::string get_quoted_attrib(std::string text,std::string attrib);
53 std::string gps_scanner::get_quoted_attrib(std::string text,std::string attrib)
112 s.lat = gps_scanner::get_quoted_attrib(yytext,"lat");
113 s.lon = gps_scanner::get_quoted_attrib(yytext,"lon");
H A Dscan_gps_lg.cpp30 string get_quoted_attrib(string text, string attrib) { in get_quoted_attrib() function
184 Lat = get_quoted_attrib(reinterpret_cast<const char*>(sp.sbuf.buf), "lat"); in trkptHandler()
185 Lon = get_quoted_attrib(reinterpret_cast<const char*>(sp.sbuf.buf), "lon"); in trkptHandler()