Home
last modified time | relevance | path

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

/dports/net/easysoap/EasySoap++-0.8.0/src/
H A DSOAPParameterHandler.cpp56 const char *ns = sp_strchr(name, PARSER_NS_SEP[0]); in start()
77 const char *tsep = sp_strchr(tag, PARSER_NS_SEP[0]); in start()
86 const char *vsep = sp_strchr(val, ':'); in start()
102 tsep = sp_strchr(tag, ':'); in start()
H A DSOAPonHTTP.cpp371 const char *vers = sp_strchr(buff, '/'); in GetReply()
375 if ((vers = sp_strchr(vers, '.')) != 0) in GetReply()
379 const char *httpretcode = sp_strchr(buff, ' '); in GetReply()
397 char *c = sp_strchr(buff, ':'); in GetReply()
H A DSOAPMethodHandler.cpp59 const char *ns = sp_strchr(name, PARSER_NS_SEP[0]); in start()
/dports/net/easysoap/EasySoap++-0.8.0/include/easysoap/
H A DSOAPUtil.h193 sp_strchr(const char *s, char c) in sp_strchr() function
/dports/net/easysoap/EasySoap++-0.8.0/tests/
H A Dinteropclient.cpp1662 if ((n = sp_strchr(n, '&')) != 0) in ParseCGIQuery()
1664 if ((v = sp_strchr(t, '=')) != 0) in ParseCGIQuery()