Home
last modified time | relevance | path

Searched refs:valuestart (Results 1 – 25 of 91) sorted by relevance

1234

/dports/net/openslp/openslp-2.0.0/common/
H A Dslp_property.c309 char * valuestart; in ReadFileProperties() local
332 valuestart = nameend + 1; in ReadFileProperties()
338 if (!valuestart || *valuestart == 0) in ReadFileProperties()
347 while (*valuestart && *valuestart <= 0x20) in ReadFileProperties()
348 valuestart++; in ReadFileProperties()
351 valueend = valuestart + strlen(valuestart); in ReadFileProperties()
352 while (valueend != valuestart && *valueend <= 0x20) in ReadFileProperties()
356 if (*valuestart) in ReadFileProperties()
357 SLPPropertySet(namestart, valuestart, 0); in ReadFileProperties()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/miniupnpc/
H A Dminiwget.c90 int valuestart=0; in getHTTPResponse() local
130 valuestart = i + 1; in getHTTPResponse()
135 if(colon > linestart && valuestart > colon) in getHTTPResponse()
140 i-valuestart, header_buf+valuestart); in getHTTPResponse()
144 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
150 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
162 valuestart = 0; in getHTTPResponse()
/dports/games/odamex/odamex-src-0.7.0/libraries/libminiupnpc/
H A Dminiwget.c93 int valuestart=0; in getHTTPResponse() local
133 valuestart = i + 1; in getHTTPResponse()
138 if(colon > linestart && valuestart > colon) in getHTTPResponse()
143 i-valuestart, header_buf+valuestart); in getHTTPResponse()
147 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
153 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
165 valuestart = 0; in getHTTPResponse()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/upnp/miniupnpc/
H A Dminiwget.c93 int valuestart=0; in getHTTPResponse() local
133 valuestart = i + 1; in getHTTPResponse()
138 if(colon > linestart && valuestart > colon) in getHTTPResponse()
143 i-valuestart, header_buf+valuestart); in getHTTPResponse()
147 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
153 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
165 valuestart = 0; in getHTTPResponse()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/upnp/miniupnpc/
H A Dminiwget.c93 int valuestart=0; in getHTTPResponse() local
133 valuestart = i + 1; in getHTTPResponse()
138 if(colon > linestart && valuestart > colon) in getHTTPResponse()
143 i-valuestart, header_buf+valuestart); in getHTTPResponse()
147 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
153 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
165 valuestart = 0; in getHTTPResponse()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/upnp/miniupnpc/
H A Dminiwget.c93 int valuestart=0; in getHTTPResponse() local
133 valuestart = i + 1; in getHTTPResponse()
138 if(colon > linestart && valuestart > colon) in getHTTPResponse()
143 i-valuestart, header_buf+valuestart); in getHTTPResponse()
147 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
153 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
165 valuestart = 0; in getHTTPResponse()
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/upnp/miniupnpc/
H A Dminiwget.c93 int valuestart=0; in getHTTPResponse() local
133 valuestart = i + 1; in getHTTPResponse()
138 if(colon > linestart && valuestart > colon) in getHTTPResponse()
143 i-valuestart, header_buf+valuestart); in getHTTPResponse()
147 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
153 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
165 valuestart = 0; in getHTTPResponse()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/upnp/miniupnpc/
H A Dminiwget.c93 int valuestart=0; in getHTTPResponse() local
133 valuestart = i + 1; in getHTTPResponse()
138 if(colon > linestart && valuestart > colon) in getHTTPResponse()
143 i-valuestart, header_buf+valuestart); in getHTTPResponse()
147 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
153 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
165 valuestart = 0; in getHTTPResponse()
/dports/devel/glademm/glademm-2.6.0/src/
H A DTagStream.cc262 char *valuestart(attrend+2); in next_tag() local
263 char *valueend(find(valuestart,attrend[1])); in next_tag()
266 recode_load(de_xml(std::string(valuestart,valueend-valuestart)))); in next_tag()
269 else ERROR2("value does not end",valuestart); in next_tag()
321 char *valuestart(attrend+2); in next_tag() local
322 char *valueend(find(valuestart,attrend[1])); in next_tag()
325 recode_load(de_xml(std::string(valuestart,valueend-valuestart)))); in next_tag()
327 } else ERROR2("value does not end",valuestart); in next_tag()
/dports/www/xist/ll-xist-5.34/src/ll/
H A D_xml_codec_include.c16 …AR **namestart, const STRINGLIB_CHAR **nameend, const STRINGLIB_CHAR **valuestart, const STRINGLIB… in STRINGLIB_PARSEPSEUDOATTR() argument
72 *valuestart = ++s; in STRINGLIB_PARSEPSEUDOATTR()
79 if (*valuestart == *valueend) in STRINGLIB_PARSEPSEUDOATTR()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/miniupnpc/src/
H A Dminiwget.c116 int valuestart=0; in getHTTPResponse() local
164 valuestart = i + 1; in getHTTPResponse()
169 if(colon > linestart && valuestart > colon) in getHTTPResponse()
174 i-valuestart, header_buf+valuestart); in getHTTPResponse()
178 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
184 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
196 valuestart = 0; in getHTTPResponse()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/miniupnpc/
H A Dminiwget.c116 int valuestart=0; in getHTTPResponse() local
164 valuestart = i + 1; in getHTTPResponse()
169 if(colon > linestart && valuestart > colon) in getHTTPResponse()
174 i-valuestart, header_buf+valuestart); in getHTTPResponse()
178 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
184 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
196 valuestart = 0; in getHTTPResponse()
/dports/net/miniupnpc/miniupnpc-2.2.2/
H A Dminiwget.c121 int valuestart=0; in getHTTPResponse() local
169 valuestart = i + 1; in getHTTPResponse()
201 else if(colon > linestart && valuestart > colon) in getHTTPResponse()
206 i-valuestart, header_buf+valuestart); in getHTTPResponse()
210 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
216 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
228 valuestart = 0; in getHTTPResponse()
/dports/games/retroarch/RetroArch-1.9.7/deps/miniupnpc/
H A Dminiwget.c123 int valuestart=0; in getHTTPResponse() local
171 valuestart = i + 1; in getHTTPResponse()
200 else if(colon > linestart && valuestart > colon) in getHTTPResponse()
205 i-valuestart, header_buf+valuestart); in getHTTPResponse()
209 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
215 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
227 valuestart = 0; in getHTTPResponse()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpc/
H A Dminiwget.c121 int valuestart=0; in getHTTPResponse() local
169 valuestart = i + 1; in getHTTPResponse()
201 else if(colon > linestart && valuestart > colon) in getHTTPResponse()
206 i-valuestart, header_buf+valuestart); in getHTTPResponse()
210 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
216 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
228 valuestart = 0; in getHTTPResponse()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpc/
H A Dminiwget.c121 int valuestart=0; in getHTTPResponse() local
169 valuestart = i + 1; in getHTTPResponse()
201 else if(colon > linestart && valuestart > colon) in getHTTPResponse()
206 i-valuestart, header_buf+valuestart); in getHTTPResponse()
210 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
216 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
228 valuestart = 0; in getHTTPResponse()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/miniupnpc/miniupnpc/
H A Dminiwget.c121 int valuestart=0; in getHTTPResponse() local
169 valuestart = i + 1; in getHTTPResponse()
198 else if(colon > linestart && valuestart > colon) in getHTTPResponse()
203 i-valuestart, header_buf+valuestart); in getHTTPResponse()
207 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
213 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
225 valuestart = 0; in getHTTPResponse()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/miniupnpc/miniupnpc/
H A Dminiwget.c121 int valuestart=0; in getHTTPResponse() local
169 valuestart = i + 1; in getHTTPResponse()
198 else if(colon > linestart && valuestart > colon) in getHTTPResponse()
203 i-valuestart, header_buf+valuestart); in getHTTPResponse()
207 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
213 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
225 valuestart = 0; in getHTTPResponse()
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/miniupnpc/
H A Dminiwget.c131 int valuestart=0; in getHTTPResponse() local
179 valuestart = i + 1; in getHTTPResponse()
208 else if(colon > linestart && valuestart > colon) in getHTTPResponse()
213 i-valuestart, header_buf+valuestart); in getHTTPResponse()
217 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
223 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
235 valuestart = 0; in getHTTPResponse()
/dports/net/py-miniupnpc/miniupnpc-2.2.2/
H A Dminiwget.c121 int valuestart=0; in getHTTPResponse() local
169 valuestart = i + 1; in getHTTPResponse()
201 else if(colon > linestart && valuestart > colon) in getHTTPResponse()
206 i-valuestart, header_buf+valuestart); in getHTTPResponse()
210 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
216 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
228 valuestart = 0; in getHTTPResponse()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpc/
H A Dminiwget.c121 int valuestart=0; in getHTTPResponse() local
169 valuestart = i + 1; in getHTTPResponse()
201 else if(colon > linestart && valuestart > colon) in getHTTPResponse()
206 i-valuestart, header_buf+valuestart); in getHTTPResponse()
210 content_length = atoi(header_buf+valuestart); in getHTTPResponse()
216 && 0==strncasecmp(header_buf+valuestart, "chunked", 7)) in getHTTPResponse()
228 valuestart = 0; in getHTTPResponse()
/dports/net/haproxy21/haproxy-2.1.12/reg-tests/lua/
H A Dtxn_get_priv.lua78 local valuestart = header:find(":")
79 if valuestart ~= nil then
80 local head = header:sub(1,valuestart-1)
81 local value = header:sub(valuestart+2)
/dports/net/haproxy20/haproxy-2.0.26/reg-tests/lua/
H A Dtxn_get_priv.lua78 local valuestart = header:find(":")
79 if valuestart ~= nil then
80 local head = header:sub(1,valuestart-1)
81 local value = header:sub(valuestart+2)
/dports/net/haproxy18/haproxy-1.8.30/reg-tests/lua/
H A Db00002.lua78 local valuestart = header:find(":")
79 if valuestart ~= nil then
80 local head = header:sub(1,valuestart-1)
81 local value = header:sub(valuestart+2)
/dports/net/haproxy/haproxy-2.4.10/reg-tests/lua/
H A Dtxn_get_priv.lua78 local valuestart = header:find(":")
79 if valuestart ~= nil then
80 local head = header:sub(1,valuestart-1)
81 local value = header:sub(valuestart+2)

1234