Home
last modified time | relevance | path

Searched full:src (Results 1 – 25 of 179) sorted by relevance

12345678

/civetweb-2.7.6/test/
D100images.htm31 <td><img src="imagetest/00.png"></td>
32 <td><img src="imagetest/01.png"></td>
33 <td><img src="imagetest/02.png"></td>
34 <td><img src="imagetest/03.png"></td>
35 <td><img src="imagetest/04.png"></td>
36 <td><img src="imagetest/05.png"></td>
37 <td><img src="imagetest/06.png"></td>
38 <td><img src="imagetest/07.png"></td>
39 <td><img src="imagetest/08.png"></td>
40 <td><img src="imagetest/09.png"></td>
[all …]
D1000images.lua38 <td><img src="imagetest/00.png?ts=]]..ts..[["></td>
39 <td><img src="imagetest/01.png?ts=]]..ts..[["></td>
40 <td><img src="imagetest/02.png?ts=]]..ts..[["></td>
41 <td><img src="imagetest/03.png?ts=]]..ts..[["></td>
42 <td><img src="imagetest/04.png?ts=]]..ts..[["></td>
43 <td><img src="imagetest/05.png?ts=]]..ts..[["></td>
44 <td><img src="imagetest/06.png?ts=]]..ts..[["></td>
45 <td><img src="imagetest/07.png?ts=]]..ts..[["></td>
46 <td><img src="imagetest/08.png?ts=]]..ts..[["></td>
47 <td><img src="imagetest/09.png?ts=]]..ts..[["></td>
[all …]
/civetweb-2.7.6/VisualStudio/lua_lib/
Dlua_lib.vcxproj.filters18 <ClCompile Include="..\..\src\third_party\lsqlite3.c">
21 <ClCompile Include="..\..\src\third_party\sqlite3.c">
24 <ClCompile Include="..\..\src\third_party\lfs.c">
27 <ClCompile Include="..\..\src\third_party\lua-5.2.4\src\lapi.c">
30 <ClCompile Include="..\..\src\third_party\lua-5.2.4\src\lauxlib.c">
33 <ClCompile Include="..\..\src\third_party\lua-5.2.4\src\lbaselib.c">
36 <ClCompile Include="..\..\src\third_party\lua-5.2.4\src\lbitlib.c">
39 <ClCompile Include="..\..\src\third_party\lua-5.2.4\src\lcode.c">
42 <ClCompile Include="..\..\src\third_party\lua-5.2.4\src\lcorolib.c">
45 <ClCompile Include="..\..\src\third_party\lua-5.2.4\src\lctype.c">
[all …]
Dlua_lib.vcxproj89 …<AdditionalIncludeDirectories>$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(AdditionalInclude…
103 …<AdditionalIncludeDirectories>$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(AdditionalInclude…
119 …<AdditionalIncludeDirectories>$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(AdditionalInclude…
137 …<AdditionalIncludeDirectories>$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(AdditionalInclude…
147 <ClCompile Include="..\..\src\third_party\lfs.c" />
148 <ClCompile Include="..\..\src\third_party\lua-5.2.4\src\lapi.c" />
149 <ClCompile Include="..\..\src\third_party\lua-5.2.4\src\lauxlib.c" />
150 <ClCompile Include="..\..\src\third_party\lua-5.2.4\src\lbaselib.c" />
151 <ClCompile Include="..\..\src\third_party\lua-5.2.4\src\lbitlib.c" />
152 <ClCompile Include="..\..\src\third_party\lua-5.2.4\src\lcode.c" />
[all …]
/civetweb-2.7.6/docs/
DyaSSL.md51 - ctaocrypt/src/aes.c
52 - ctaocrypt/src/arc4.c
53 - ctaocrypt/src/asn.c
54 - ctaocrypt/src/coding.c
55 - ctaocrypt/src/des3.c
56 - ctaocrypt/src/dh.c
57 - ctaocrypt/src/dsa.c
58 - ctaocrypt/src/ecc.c
59 - ctaocrypt/src/error.c
60 - ctaocrypt/src/hc128.c
[all …]
DEmbedding.md28 - src/civetweb.c
29 - src/md5.inl (MD5 calculation)
30 - src/sha1.inl (SHA calculation)
31 - src/handle\_form.inl (HTML form handling functions)
32 - src/timer.inl (optional timer support)
35 - src/CivetServer.cpp (C++ wrapper implementation)
37 - src/third\_party/* (third party components, mainly used for the standalone server)
38 - src/mod\_*.inl (modules to access third party components from civetweb)
49 - src/main.c
98 … function in [civetweb.c](https://github.com/civetweb/civetweb/blob/master/src/civetweb.c) with yo…
[all …]
/civetweb-2.7.6/VisualStudio/civetweb_yassl/yassl_lib/
Dyassl_lib.vcxproj.filters18 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\aes.c">
21 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\arc4.c">
24 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\asn.c">
27 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\coding.c">
30 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\des3.c">
33 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\dh.c">
36 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\dsa.c">
39 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\ecc.c">
42 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\error.c">
45 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\hc128.c">
[all …]
Dyassl_lib.vcxproj146 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\aes.c" />
147 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\arc4.c" />
148 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\asn.c" />
149 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\coding.c" />
150 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\des3.c" />
151 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\dh.c" />
152 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\dsa.c" />
153 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\ecc.c" />
154 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\error.c" />
155 <ClCompile Include="..\..\..\..\cyassl-2.7.0\ctaocrypt\src\hc128.c" />
[all …]
/civetweb-2.7.6/VisualStudio/civetweb_lua/
Dcivetweb_lua.vcxproj106 …(ProjectDir)..\..\src\third_party;$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;$(ProjectDir)..…
120 …(ProjectDir)..\..\src\third_party;$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;$(ProjectDir)..…
134 …ludeDirectories>$(ProjectDir)..\..\include;$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(Addi…
150 …(ProjectDir)..\..\src\third_party;$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;$(ProjectDir)..…
168 …(ProjectDir)..\..\src\third_party;$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;$(ProjectDir)..…
179 <ClInclude Include="..\..\src\third_party\civetweb_lua.h" />
180 <ClInclude Include="..\..\src\third_party\lua-5.2.4\src\lauxlib.h" />
181 <ClInclude Include="..\..\src\third_party\lua-5.2.4\src\lua.h" />
184 <ClCompile Include="..\..\src\civetweb.c" />
185 <ClCompile Include="..\..\src\main.c" />
[all …]
Dcivetweb_lua.vcxproj.filters24 <ClInclude Include="..\..\src\third_party\lua-5.2.4\src\lua.h">
27 <ClInclude Include="..\..\src\third_party\lua-5.2.4\src\lauxlib.h">
30 <ClInclude Include="..\..\src\third_party\civetweb_lua.h">
35 <ClCompile Include="..\..\src\civetweb.c">
38 <ClCompile Include="..\..\src\main.c">
53 <None Include="..\..\src\md5.inl">
56 <None Include="..\..\src\sha1.inl">
59 <None Include="..\..\src\mod_lua.inl">
62 <None Include="..\..\src\timer.inl">
65 <None Include="..\..\src\mod_duktape.inl">
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_api_codec.c25 DUK_LOCAL void duk__base64_encode_helper(const duk_uint8_t *src, duk_size_t srclen, duk_uint8_t *ds… in duk__base64_encode_helper() argument
36 src_end_fast = src + n_full3; in duk__base64_encode_helper()
37 while (DUK_UNLIKELY(src != src_end_fast)) { in duk__base64_encode_helper()
38 t = (duk_uint_t) (*src++); in duk__base64_encode_helper()
39 t = (t << 8) + (duk_uint_t) (*src++); in duk__base64_encode_helper()
40 t = (t << 8) + (duk_uint_t) (*src++); in duk__base64_encode_helper()
49 dst[0] = duk_base64_enctab[(src[0] >> 2) & 0x3f]; in duk__base64_encode_helper()
50 dst[1] = duk_base64_enctab[((src[0] << 4) & 0x30) | ((src[1] >> 4) & 0x0f)]; in duk__base64_encode_helper()
51 dst[2] = duk_base64_enctab[((src[1] << 2) & 0x3f) | ((src[2] >> 6) & 0x03)]; in duk__base64_encode_helper()
52 dst[3] = duk_base64_enctab[src[2] & 0x3f]; in duk__base64_encode_helper()
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_api_codec.c25 DUK_LOCAL void duk__base64_encode_helper(const duk_uint8_t *src, duk_size_t srclen, duk_uint8_t *ds… in duk__base64_encode_helper() argument
36 src_end_fast = src + n_full3; in duk__base64_encode_helper()
37 while (DUK_UNLIKELY(src != src_end_fast)) { in duk__base64_encode_helper()
38 t = (duk_uint_t) (*src++); in duk__base64_encode_helper()
39 t = (t << 8) + (duk_uint_t) (*src++); in duk__base64_encode_helper()
40 t = (t << 8) + (duk_uint_t) (*src++); in duk__base64_encode_helper()
49 dst[0] = duk_base64_enctab[(src[0] >> 2) & 0x3f]; in duk__base64_encode_helper()
50 dst[1] = duk_base64_enctab[((src[0] << 4) & 0x30) | ((src[1] >> 4) & 0x0f)]; in duk__base64_encode_helper()
51 dst[2] = duk_base64_enctab[((src[1] << 2) & 0x3f) | ((src[2] >> 6) & 0x03)]; in duk__base64_encode_helper()
52 dst[3] = duk_base64_enctab[src[2] & 0x3f]; in duk__base64_encode_helper()
[all …]
/civetweb-2.7.6/Qt/
DCivetWeb.pro9 ../src/md5.inl \
10 ../src/sha1.inl \
11 ../src/handle_form.inl \
12 ../src/mod_lua.inl \
13 ../src/mod_duktape.inl \
14 ../src/timer.inl \
15 ../src/civetweb.c \
16 ../src/main.c \
17 ../src/mod_zlib.inl \
18 ../src/mod_lua_shared.inl
[all …]
/civetweb-2.7.6/
Dformat.bat2 clang-format -i src/civetweb.c
3 clang-format -i src/main.c
4 clang-format -i src/CivetServer.cpp
5 clang-format -i src/civetweb_private_lua.h
6 clang-format -i src/md5.inl
7 clang-format -i src/sha1.inl
8 clang-format -i src/mod_lua.inl
9 clang-format -i src/mod_lua_shared.inl
10 clang-format -i src/mod_duktape.inl
11 clang-format -i src/mod_zlib.inl
[all …]
/civetweb-2.7.6/resources/
Dcoverity_check.sh4 ls src/civetweb.c
18 mkdir cov_build/src
23 cp src/civetweb.c cov_build/src/
24 cp src/main.c cov_build/src/
25 cp src/md5.inl cov_build/src/
26 cp src/sha1.inl cov_build/src/
27 cp src/handle_form.inl cov_build/src/
DMakefile.in-lua16 # Select src and header according to the Lua version
19 LUA_DIR = src/third_party/lua-5.1.5/src
26 LUA_DIR = src/third_party/lua-5.2.4/src
33 LUA_DIR = src/third_party/lua-5.3.5/src
40 LUA_DIR = src/third_party/lua-5.4.0-work1/src
130 SQLITE_DIR = src/third_party
142 LFS_DIR = src/third_party
154 LXML_DIR = src/third_party
Dcheck_defines.lua63 noifdef(path .. "src/civetweb.c")
64 noifdef(path .. "src/civetweb_private_lua.h")
65 noifdef(path .. "src/main.c")
66 noifdef(path .. "src/md5.inl")
67 noifdef(path .. "src/mod_duktape.inl")
68 noifdef(path .. "src/mod_lua.inl")
69 noifdef(path .. "src/mod_zlib.inl")
70 noifdef(path .. "src/sha1.inl")
71 noifdef(path .. "src/timer.inl")
72 noifdef(path .. "src/wolfssl_extras.inl")
DMakefile.in-duktape15 # Select src and header according to the Duktape version
18 DUKTAPE_DIR = src/third_party/duktape-1.5.2/src
26 DUKTAPE_DIR = src/third_party/duktape-1.8.0/src
34 DUKTAPE_DIR = src/third_party/duktape-2.1.1/src
42 DUKTAPE_DIR = src/third_party/duktape-2.2.0/src
/civetweb-2.7.6/src/third_party/lua-5.1.5/
DMakefile3 # see src/Makefile and src/luaconf.h for further customization
10 # Where to install. The installation starts in the src and doc directories,
56 cd src && $(MAKE) $@
59 src/lua test/hello.lua
62 …cd src && $(MKDIR) $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) $(INSTALL_MAN) $(INSTALL_LMOD) $(I…
63 cd src && $(INSTALL_EXEC) $(TO_BIN) $(INSTALL_BIN)
64 cd src && $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC)
65 cd src && $(INSTALL_DATA) $(TO_LIB) $(INSTALL_LIB)
69 cd src && cd $(INSTALL_LIB) && $(RANLIB) $(TO_LIB)
87 @echo "These are the parameters currently set in src/Makefile to build Lua $R:"
[all …]
/civetweb-2.7.6/src/
DCivetServer.cpp429 CivetServer::urlDecode(const char *src, in urlDecode() argument
433 urlDecode(src, strlen(src), dst, is_form_url_encoded); in urlDecode()
437 CivetServer::urlDecode(const char *src, in urlDecode() argument
447 if (i < (int)src_len - 2 && src[i] == '%' in urlDecode()
448 && isxdigit((unsigned char)src[i + 1]) in urlDecode()
449 && isxdigit((unsigned char)src[i + 2])) { in urlDecode()
450 a = tolower((unsigned char)src[i + 1]); in urlDecode()
451 b = tolower((unsigned char)src[i + 2]); in urlDecode()
454 } else if (is_form_url_encoded && src[i] == '+') { in urlDecode()
457 dst.push_back(src[i]); in urlDecode()
[all …]
/civetweb-2.7.6/VisualStudio/duktape_lib/
Dduktape_lib.vcxproj89 …<AdditionalIncludeDirectories>$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(AdditionalInclude…
103 …<AdditionalIncludeDirectories>$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(AdditionalInclude…
119 …<AdditionalIncludeDirectories>$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(AdditionalInclude…
137 …<AdditionalIncludeDirectories>$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(AdditionalInclude…
147 <ClInclude Include="..\..\src\third_party\duktape-1.5.2\src\duktape.h" />
148 <ClInclude Include="..\..\src\third_party\duktape-1.5.2\src\duk_config.h" />
151 <ClCompile Include="..\..\src\third_party\duktape-1.5.2\src\duktape.c" />
/civetweb-2.7.6/src/third_party/lua-5.2.4/
DMakefile9 # Where to install. The installation starts in the src and doc directories,
55 cd src && $(MAKE) $@
58 src/lua -v
61 …cd src && $(MKDIR) $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) $(INSTALL_MAN) $(INSTALL_LMOD) $(I…
62 cd src && $(INSTALL_EXEC) $(TO_BIN) $(INSTALL_BIN)
63 cd src && $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC)
64 cd src && $(INSTALL_DATA) $(TO_LIB) $(INSTALL_LIB)
68 cd src && cd $(INSTALL_BIN) && $(RM) $(TO_BIN)
69 cd src && cd $(INSTALL_INC) && $(RM) $(TO_INC)
70 cd src && cd $(INSTALL_LIB) && $(RM) $(TO_LIB)
[all …]
/civetweb-2.7.6/src/third_party/lua-5.3.5/
DMakefile9 # Where to install. The installation starts in the src and doc directories,
55 cd src && $(MAKE) $@
58 src/lua -v
61 …cd src && $(MKDIR) $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) $(INSTALL_MAN) $(INSTALL_LMOD) $(I…
62 cd src && $(INSTALL_EXEC) $(TO_BIN) $(INSTALL_BIN)
63 cd src && $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC)
64 cd src && $(INSTALL_DATA) $(TO_LIB) $(INSTALL_LIB)
68 cd src && cd $(INSTALL_BIN) && $(RM) $(TO_BIN)
69 cd src && cd $(INSTALL_INC) && $(RM) $(TO_INC)
70 cd src && cd $(INSTALL_LIB) && $(RM) $(TO_LIB)
[all …]
/civetweb-2.7.6/VisualStudio/
DbuildRelease.pl16 my $src = "..";
20 open HEADER, "${src}/include/civetweb.h";
51 $zip->addFile( "${src}/LICENSE.md", "${dir}/LICENSE.md" );
52 $zip->addFile( "${src}/README.md", "${dir}/README.md" );
53 $zip->addFile( "${src}/resources/systray.ico", "${dir}/systray.ico" );
54 $zip->addFile( "${src}/resources/civetweb_64x64.png",
56 $zip->addFile( "${src}/resources/itworks.html", "${dir}/index.html" );
57 $zip->addFile( "${src}/VS2012/Release/Win32/civetweb_lua.exe",
59 $zip->addFile( "${src}/VS2012/Release/x64/civetweb_lua.exe",
/civetweb-2.7.6/include/
DCivetServer.h493 * @param src - string to be decoded
501 urlDecode(const std::string &src,
505 urlDecode(src.c_str(), src.length(), dst, is_form_url_encoded);
511 * @param src - buffer to be decoded
519 static void urlDecode(const char *src,
527 * @param src - buffer to be decoded (0 terminated)
534 static void urlDecode(const char *src,
541 * @param src - buffer to be encoded
546 urlEncode(const std::string &src, std::string &dst, bool append = false)
548 urlEncode(src.c_str(), src.length(), dst, append);
[all …]

12345678