MAXLEN_URL 253 applications/GPAX/GPAXPlugin.cpp size_t len = gf_utf8_wcstombs(m_url, MAXLEN_URL, &srcp); MAXLEN_URL 430 applications/GPAX/GPAXPlugin.cpp ReadParamString(pPropBag,pErrorLog,L"src", m_url, MAXLEN_URL); MAXLEN_URL 432 applications/GPAX/GPAXPlugin.cpp ReadParamString(pPropBag,pErrorLog,L"data", m_url, MAXLEN_URL); MAXLEN_URL 499 applications/GPAX/GPAXPlugin.cpp u16 wurl[MAXLEN_URL]; MAXLEN_URL 516 applications/GPAX/GPAXPlugin.cpp len = (u16) gf_utf8_mbstowcs(wurl, MAXLEN_URL, &sptr); MAXLEN_URL 621 applications/GPAX/GPAXPlugin.cpp u16 wurl[MAXLEN_URL]; MAXLEN_URL 627 applications/GPAX/GPAXPlugin.cpp len = (u32) gf_utf8_mbstowcs(wurl, MAXLEN_URL, &sptr); MAXLEN_URL 636 applications/GPAX/GPAXPlugin.cpp u32 len = (u32) gf_utf8_wcstombs(m_url, MAXLEN_URL, &srcp); MAXLEN_URL 254 applications/GPAX/GPAXPlugin.h char m_url[MAXLEN_URL];