Home | History | Annotate | Download | only in libloc_api_50001

Lines Matching refs:url_len

449 url_len) :
451 mLen(url_len), mUrl(new char[mLen+1])
453 memcpy((void*)mUrl, (void*)urlString, url_len);