MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / http_parser_version

Function http_parser_version

libs/qhttpserver/http-parser/http_parser.c:2424–2429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2422}
2423
2424unsigned long
2425http_parser_version(void) {
2426 return HTTP_PARSER_VERSION_MAJOR * 0x10000 |
2427 HTTP_PARSER_VERSION_MINOR * 0x00100 |
2428 HTTP_PARSER_VERSION_PATCH * 0x00001;
2429}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68