Home
last modified time | relevance | path

Searched refs:XML2LPC_WARNING (Results 1 – 5 of 5) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dxml2lpc.c163 …xml2lpc_log(ctx, XML2LPC_WARNING, "ignored entry with no \"name\" attribute line:%d",xmlGetLineNo(… in processEntry()
191 …xml2lpc_log(ctx, XML2LPC_WARNING, "ignored section with no \"name\" attribute, line:%d", xmlGetLin… in processSection()
218 xml2lpc_log(ctx, XML2LPC_WARNING, "root element is not \"config\", line:%d", xmlGetLineNo(node)); in processDoc()
247 xml2lpc_log(xmlCtx, XML2LPC_WARNING, "%s", xmlCtx->warningBuffer); in xml2lpc_validate()
H A Dxml2lpc.h30 XML2LPC_WARNING, enumerator
H A Dlpconfig.c525 case XML2LPC_WARNING: bctbx_level = BCTBX_LOG_WARNING;break; in xml2lpc_callback()
/dports/net/liblinphone/linphone-3.12.0/tools/
H A Dxml2lpc_test.c32 case XML2LPC_WARNING: in cb_function()
H A Dxml2lpc_jni.cc59 else if (level == XML2LPC_WARNING) in Java_org_linphone_tools_Xml2Lpc_callback()