Home
last modified time | relevance | path

Searched refs:protocol_end (Results 1 – 25 of 100) sorted by relevance

1234

/dports/textproc/modlogan/modlogan-0.8.13/src/input/clf/
H A Dparse.c230 const char *method_end, *uri, *get, *protocol, *protocol_end; in parse_url() local
269 protocol_end = str + len - 1; in parse_url()
270 while (*protocol_end == ' ') { in parse_url()
271 protocol_end--; in parse_url()
272 if (protocol_end == str) return M_RECORD_CORRUPT; in parse_url()
275 if (protocol_end > uri ) { in parse_url()
276 protocol = memrchr(str, ' ', protocol_end - str); in parse_url()
288 buffer_copy_string_len(record->req_protocol, protocol, protocol_end + 1 - protocol); in parse_url()
/dports/www/simple-web-server/Simple-Web-Server-0f8b26ff19d757db039d6f70e252219326cc3d8f/
H A Dutility.hpp268 std::size_t protocol_end; in parse() local
269 if((protocol_end = line.find('/', path_and_query_string_end + 1)) != std::string::npos) { in parse()
270 …if(line.compare(path_and_query_string_end + 1, protocol_end - path_and_query_string_end - 1, "HTTP… in parse()
272 version = line.substr(protocol_end + 1, line.size() - protocol_end - 2); in parse()
/dports/sysutils/py-ranger/ranger-1.9.3/ranger/ext/
H A Dimg_display.py532 protocol_end = b'\x1b\\' variable in KittyImageDisplayer
579 while resp[-2:] != self.protocol_end:
667 while resp[-2:] != self.protocol_end:
697 self.protocol_end
700 self.protocol_end
702 yield self.protocol_start + central_blk + b';' + self.protocol_end
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dserver_http_impl.hpp331 size_t protocol_end; in parse_request() local
332 if((protocol_end=line.find('/', path_end+1))!=std::string::npos) { in parse_request()
333 if(line.compare(path_end+1, protocol_end-path_end-1, "HTTP")!=0) in parse_request()
335 request->http_version=line.substr(protocol_end+1, line.size()-protocol_end-2); in parse_request()
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dserver_http_impl.hpp331 size_t protocol_end; in parse_request() local
332 if((protocol_end=line.find('/', path_end+1))!=std::string::npos) { in parse_request()
333 if(line.compare(path_end+1, protocol_end-path_end-1, "HTTP")!=0) in parse_request()
335 request->http_version=line.substr(protocol_end+1, line.size()-protocol_end-2); in parse_request()
/dports/ftp/urlgfe/urlgfe-0.7.1/src/
H A Dutility.c162 up->protocol_end = s; in url_part_read_protocol()
178 up->protocol_end = NULL; in url_part()
H A Dutility.h13 char *protocol_beg, *protocol_end; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DDeclObjC.h1346 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1360 protocol_iterator protocol_end() const { in protocol_end() function
1430 ? protocol_end() in all_referenced_protocol_end()
2116 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2126 protocol_iterator protocol_end() const { in protocol_end() function
2351 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2358 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDeclObjC.h1343 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1357 protocol_iterator protocol_end() const { in protocol_end() function
1427 ? protocol_end() in all_referenced_protocol_end()
2106 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2116 protocol_iterator protocol_end() const { in protocol_end() function
2341 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2348 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDeclObjC.h1345 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1359 protocol_iterator protocol_end() const { in protocol_end() function
1429 ? protocol_end() in all_referenced_protocol_end()
2108 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2118 protocol_iterator protocol_end() const { in protocol_end() function
2343 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2350 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DDeclObjC.h1358 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1372 protocol_iterator protocol_end() const { in protocol_end() function
1442 ? protocol_end() in all_referenced_protocol_end()
2121 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2131 protocol_iterator protocol_end() const { in protocol_end() function
2348 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2355 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DDeclObjC.h1358 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1372 protocol_iterator protocol_end() const { in protocol_end() function
1442 ? protocol_end() in all_referenced_protocol_end()
2121 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2131 protocol_iterator protocol_end() const { in protocol_end() function
2348 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2355 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DDeclObjC.h1381 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1395 protocol_iterator protocol_end() const { in protocol_end() function
1465 ? protocol_end() in all_referenced_protocol_end()
2144 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2154 protocol_iterator protocol_end() const { in protocol_end() function
2371 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2378 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDeclObjC.h1343 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1357 protocol_iterator protocol_end() const { in protocol_end() function
1427 ? protocol_end() in all_referenced_protocol_end()
2106 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2116 protocol_iterator protocol_end() const { in protocol_end() function
2341 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2348 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DDeclObjC.h1366 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1380 protocol_iterator protocol_end() const { in protocol_end() function
1450 ? protocol_end() in all_referenced_protocol_end()
2129 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2139 protocol_iterator protocol_end() const { in protocol_end() function
2356 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2363 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DDeclObjC.h1365 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1379 protocol_iterator protocol_end() const { in protocol_end() function
1449 ? protocol_end() in all_referenced_protocol_end()
2128 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2138 protocol_iterator protocol_end() const { in protocol_end() function
2363 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2370 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1381 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1395 protocol_iterator protocol_end() const { in protocol_end() function
1465 ? protocol_end() in all_referenced_protocol_end()
2144 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2154 protocol_iterator protocol_end() const { in protocol_end() function
2371 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2378 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1343 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1357 protocol_iterator protocol_end() const { in protocol_end() function
1427 ? protocol_end() in all_referenced_protocol_end()
2106 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2116 protocol_iterator protocol_end() const { in protocol_end() function
2341 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2348 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDeclObjC.h1345 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1359 protocol_iterator protocol_end() const { in protocol_end() function
1429 ? protocol_end() in all_referenced_protocol_end()
2108 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2118 protocol_iterator protocol_end() const { in protocol_end() function
2343 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2350 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDeclObjC.h1343 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1357 protocol_iterator protocol_end() const { in protocol_end() function
1427 ? protocol_end() in all_referenced_protocol_end()
2106 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2116 protocol_iterator protocol_end() const { in protocol_end() function
2341 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2348 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DDeclObjC.h1367 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1381 protocol_iterator protocol_end() const { in protocol_end() function
1451 ? protocol_end() in all_referenced_protocol_end()
2130 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2140 protocol_iterator protocol_end() const { in protocol_end() function
2357 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2364 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DDeclObjC.h1388 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1402 protocol_iterator protocol_end() const { in protocol_end() function
1472 ? protocol_end() in all_referenced_protocol_end()
2151 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2161 protocol_iterator protocol_end() const { in protocol_end() function
2378 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2385 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DDeclObjC.h1343 return protocol_range(protocol_begin(), protocol_end()); in protocols()
1357 protocol_iterator protocol_end() const { in protocol_end() function
1427 ? protocol_end() in all_referenced_protocol_end()
2106 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2116 protocol_iterator protocol_end() const { in protocol_end() function
2341 return protocol_range(protocol_begin(), protocol_end()); in protocols()
2348 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } in protocol_end() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_unicall/
H A Dmod_unicall.c55 int protocol_end; member
1789 sp->protocol_end = UC_MODE_CPE; in config_unicall()
1804 sp->protocol_end = UC_MODE_CO; in config_unicall()
1806 sp->protocol_end = UC_MODE_CPE; in config_unicall()
1808 sp->protocol_end = UC_MODE_PEER; in config_unicall()
1832 …if ((sp->uc = uc_create(sp->id, sp->protocol_class, sp->protocol_variant, sp->protocol_end, sp->ou… in config_unicall()
/dports/security/yersinia/yersinia-8c0d7c5/
H A DChangeLog164 - Added a new function to each protocol: protocol_end(struct term_node *).

1234