Home
last modified time | relevance | path

Searched full:c (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dmetadata.json176 "original_file": "duk_replacements.c"
181 "original_file": "duk_strings.c"
186 "original_file": "duk_debug_macros.c"
191 "original_file": "duk_builtins.c"
196 "original_file": "duk_error_macros.c"
201 "original_file": "duk_unicode_support.c"
206 "original_file": "duk_util_misc.c"
211 "original_file": "duk_util_hashprime.c"
216 "original_file": "duk_hobject_class.c"
221 "original_file": "duk_alloc_default.c"
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dmetadata.json176 "original_file": "duk_replacements.c"
181 "original_file": "duk_strings.c"
186 "original_file": "duk_debug_macros.c"
191 "original_file": "duk_builtins.c"
196 "original_file": "duk_error_macros.c"
201 "original_file": "duk_unicode_support.c"
206 "original_file": "duk_util_misc.c"
211 "original_file": "duk_util_hashprime.c"
216 "original_file": "duk_hobject_class.c"
221 "original_file": "duk_alloc_default.c"
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dmetadata.json176 "original_file": "duk_replacements.c"
181 "original_file": "duk_strings.c"
186 "original_file": "duk_debug_macros.c"
191 "original_file": "duk_builtins.c"
196 "original_file": "duk_error_macros.c"
201 "original_file": "duk_unicode_support.c"
206 "original_file": "duk_util_misc.c"
211 "original_file": "duk_util_hashprime.c"
216 "original_file": "duk_hobject_class.c"
221 "original_file": "duk_alloc_default.c"
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dmetadata.json176 "original_file": "duk_replacements.c"
181 "original_file": "duk_strings.c"
186 "original_file": "duk_debug_macros.c"
191 "original_file": "duk_builtins.c"
196 "original_file": "duk_error_macros.c"
201 "original_file": "duk_unicode_support.c"
206 "original_file": "duk_util_misc.c"
211 "original_file": "duk_util_hashprime.c"
216 "original_file": "duk_hobject_class.c"
221 "original_file": "duk_alloc_default.c"
[all …]
/civetweb-2.7.6/examples/_obsolete/docroot/
Djquery.js16c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}func…
17c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"ev…
18 …{o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).clo…
19c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(v…
20c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragmen…
21 …=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:fu…
22c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1…
23c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector…
24c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);retur…
25c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=func…
[all …]
/civetweb-2.7.6/src/
Dsha1.inl2 SHA-1 in C
37 I also corrected a few compiler warnings generated by Borland C.
71 include sha1.h in sha1.c,
107 uint8_t c[64]; member
152 uint32_t a, b, c, d, e; local
161 c = state[2];
166 R0(a, b, c, d, e, 0);
167 R0(e, a, b, c, d, 1);
168 R0(d, e, a, b, c, 2);
169 R0(c, d, e, a, b, 3);
[all …]
Dmd5.inl2 * This an amalgamation of md5.c and md5.h into a single file
32 added conditionalization for C++ compilation from Martin
61 extern "C" {
75 } /* end extern "C" */
81 Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved.
103 /* $Id: md5.c,v 1.6 2002/04/13 19:20:28 lpd Exp $ */
115 The original and principal author of md5.c is L. Peter Deutsch
126 unsigned in ANSI C, signed in traditional"; made test program
213 md5_word_t a = pms->abcd[0], b = pms->abcd[1], c = pms->abcd[2], local
285 a = b + ((a + F(b,c,d) + X[k] + T[i]) <<< s). */
[all …]
/civetweb-2.7.6/resources/
DMakefile.in-lua2 # Copyright (c) 2013 No Face Press, LLC
3 # Copyright (c) 2014-2017 the Civetweb developers
66 LUA_SOURCE_FILES = lapi.c \
67 lauxlib.c \
68 lbaselib.c \
69 lcode.c \
70 ldblib.c \
71 ldebug.c \
72 ldo.c \
73 ldump.c \
[all …]
/civetweb-2.7.6/docs/
DEmbedding.md5 For example, a C/C++ application could use CivetWeb to enable a web service and configuration inter…
18C++ where it means "inline" code which is technically not the same as static code. CivetWeb overlo…
27 - C implementation
28 - src/civetweb.c
33 - Optional: C++ wrapper
34 - include/CivetServer.h (C++ interface)
35 - src/CivetServer.cpp (C++ wrapper implementation)
41C++ wrapper uses the official C interface (civetweb.h) without adding any features to the server i…
48 - Stand-alone C server
49 - src/main.c
[all …]
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 …]
/civetweb-2.7.6/unittest/
Dtimertest.c1 /* Copyright (c) 2016-2018 the Civetweb developers
40 #include "../src/civetweb.c"
82 int c[10]; in START_TEST() local
84 memset(c, 0, sizeof(c)); in START_TEST()
93 c[0] = 100; in START_TEST()
94 timer_add(&ctx, 0.05, 0.1, 1, action_dec, c + 0); in START_TEST()
95 c[2] = 20; in START_TEST()
96 timer_add(&ctx, 0.25, 0.5, 1, action_dec, c + 2); in START_TEST()
97 c[1] = 50; in START_TEST()
98 timer_add(&ctx, 0.1, 0.2, 1, action_dec, c + 1); in START_TEST()
[all …]
DCMakeLists.txt8 # We use the check unit testing framework for our C unit tests
20 DEPENDS civetweb-c-library
69 # Build the C unit tests
70 add_library(shared-c-unit-tests STATIC shared.c)
72 shared-c-unit-tests PUBLIC
75 add_library(public-func-c-unit-tests STATIC public_func.c)
77 target_compile_definitions(public-func-c-unit-tests PRIVATE CIVETWEB_DLL_IMPORTS)
80 public-func-c-unit-tests PUBLIC
82 target_link_libraries(public-func-c-unit-tests civetweb-c-library ${CHECK_LIBRARIES})
83 add_dependencies(public-func-c-unit-tests check-unit-test-framework)
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_selftest.c16 duk_uint8_t c[8]; member
33 duk_uint8_t c[8]; member
110 u1.c[0] = 0xef; u1.c[1] = 0xbe; u1.c[2] = 0xad; u1.c[3] = 0xde; in duk__selftest_byte_order()
114 u1.c[0] = 0xde; u1.c[1] = 0xad; u1.c[2] = 0xbe; u1.c[3] = 0xef; in duk__selftest_byte_order()
120 u2.c[0] = 0x00; u2.c[1] = 0x00; u2.c[2] = 0xc4; u2.c[3] = 0x6d; in duk__selftest_byte_order()
121 u2.c[4] = 0x7c; u2.c[5] = 0xc1; u2.c[6] = 0x37; u2.c[7] = 0x42; in duk__selftest_byte_order()
123 u2.c[0] = 0x7c; u2.c[1] = 0xc1; u2.c[2] = 0x37; u2.c[3] = 0x42; in duk__selftest_byte_order()
124 u2.c[4] = 0x00; u2.c[5] = 0x00; u2.c[6] = 0xc4; u2.c[7] = 0x6d; in duk__selftest_byte_order()
126 u2.c[0] = 0x42; u2.c[1] = 0x37; u2.c[2] = 0xc1; u2.c[3] = 0x7c; in duk__selftest_byte_order()
127 u2.c[4] = 0x6d; u2.c[5] = 0xc4; u2.c[6] = 0x00; u2.c[7] = 0x00; in duk__selftest_byte_order()
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_selftest.c16 duk_uint8_t c[8]; member
33 duk_uint8_t c[8]; member
110 u1.c[0] = 0xef; u1.c[1] = 0xbe; u1.c[2] = 0xad; u1.c[3] = 0xde; in duk__selftest_byte_order()
114 u1.c[0] = 0xde; u1.c[1] = 0xad; u1.c[2] = 0xbe; u1.c[3] = 0xef; in duk__selftest_byte_order()
120 u2.c[0] = 0x00; u2.c[1] = 0x00; u2.c[2] = 0xc4; u2.c[3] = 0x6d; in duk__selftest_byte_order()
121 u2.c[4] = 0x7c; u2.c[5] = 0xc1; u2.c[6] = 0x37; u2.c[7] = 0x42; in duk__selftest_byte_order()
123 u2.c[0] = 0x7c; u2.c[1] = 0xc1; u2.c[2] = 0x37; u2.c[3] = 0x42; in duk__selftest_byte_order()
124 u2.c[4] = 0x00; u2.c[5] = 0x00; u2.c[6] = 0xc4; u2.c[7] = 0x6d; in duk__selftest_byte_order()
126 u2.c[0] = 0x42; u2.c[1] = 0x37; u2.c[2] = 0xc1; u2.c[3] = 0x7c; in duk__selftest_byte_order()
127 u2.c[4] = 0x6d; u2.c[5] = 0xc4; u2.c[6] = 0x00; u2.c[7] = 0x00; in duk__selftest_byte_order()
[all …]
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlopcodes.h19 'C' : 9 bits
20 'Ax' : 26 bits ('A', 'B', and 'C' together)
21 'Bx' : 18 bits ('B' and 'C' together)
116 #define CREATE_ABC(o,a,b,c) ((cast(Instruction, o)<<POS_OP) \ argument
119 | (cast(Instruction, c)<<POS_C))
174 OP_LOADBOOL,/* A B C R(A) := (Bool)B; if (C) pc++ */
178 OP_GETTABUP,/* A B C R(A) := UpValue[B][RK(C)] */
179 OP_GETTABLE,/* A B C R(A) := R(B)[RK(C)] */
181 OP_SETTABUP,/* A B C UpValue[A][RK(B)] := RK(C) */
183 OP_SETTABLE,/* A B C R(A)[RK(B)] := RK(C) */
[all …]
Dlctype.h15 ** to the similar functions in the standard C ctype.h. They are
25 /* must use standard C ctype */
52 #define testprop(c,p) (luai_ctype_[(c)+1] & (p)) argument
57 #define lislalpha(c) testprop(c, MASK(ALPHABIT)) argument
58 #define lislalnum(c) testprop(c, (MASK(ALPHABIT) | MASK(DIGITBIT))) argument
59 #define lisdigit(c) testprop(c, MASK(DIGITBIT)) argument
60 #define lisspace(c) testprop(c, MASK(SPACEBIT)) argument
61 #define lisprint(c) testprop(c, MASK(PRINTBIT)) argument
62 #define lisxdigit(c) testprop(c, MASK(XDIGITBIT)) argument
67 #define ltolower(c) ((c) | ('A' ^ 'a')) argument
[all …]
DMakefile72 @$(CC) $(CFLAGS) -MM l*.c
132 lapi.o: lapi.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \
135 lauxlib.o: lauxlib.c lprefix.h lua.h luaconf.h lauxlib.h
136 lbaselib.o: lbaselib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h
137 lbitlib.o: lbitlib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h
138 lcode.o: lcode.c lprefix.h lua.h luaconf.h lcode.h llex.h lobject.h \
141 lcorolib.o: lcorolib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h
142 lctype.o: lctype.c lprefix.h lctype.h lua.h luaconf.h llimits.h
143 ldblib.o: ldblib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h
144 ldebug.o: ldebug.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \
[all …]
/civetweb-2.7.6/src/third_party/lua-5.1.5/etc/
Dall.c2 * all.c -- Lua core, libraries and interpreter in a single file
7 #include "lapi.c"
8 #include "lcode.c"
9 #include "ldebug.c"
10 #include "ldo.c"
11 #include "ldump.c"
12 #include "lfunc.c"
13 #include "lgc.c"
14 #include "llex.c"
15 #include "lmem.c"
[all …]
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dlctype.h15 ** to the similar functions in the standard C ctype.h. They are
25 /* must use standard C ctype */
52 #define testprop(c,p) (luai_ctype_[(c)+1] & (p)) argument
57 #define lislalpha(c) testprop(c, MASK(ALPHABIT)) argument
58 #define lislalnum(c) testprop(c, (MASK(ALPHABIT) | MASK(DIGITBIT))) argument
59 #define lisdigit(c) testprop(c, MASK(DIGITBIT)) argument
60 #define lisspace(c) testprop(c, MASK(SPACEBIT)) argument
61 #define lisprint(c) testprop(c, MASK(PRINTBIT)) argument
62 #define lisxdigit(c) testprop(c, MASK(XDIGITBIT)) argument
67 #define ltolower(c) ((c) | ('A' ^ 'a')) argument
[all …]
Dlopcodes.h19 `C' : 9 bits
20 'Ax' : 26 bits ('A', 'B', and 'C' together)
21 `Bx' : 18 bits (`B' and `C' together)
116 #define CREATE_ABC(o,a,b,c) ((cast(Instruction, o)<<POS_OP) \ argument
119 | (cast(Instruction, c)<<POS_C))
172 OP_LOADBOOL,/* A B C R(A) := (Bool)B; if (C) pc++ */
176 OP_GETTABUP,/* A B C R(A) := UpValue[B][RK(C)] */
177 OP_GETTABLE,/* A B C R(A) := R(B)[RK(C)] */
179 OP_SETTABUP,/* A B C UpValue[A][RK(B)] := RK(C) */
181 OP_SETTABLE,/* A B C R(A)[RK(B)] := RK(C) */
[all …]
/civetweb-2.7.6/src/third_party/lua-5.1.5/
DINSTALL77 library: lapi.c lcode.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c
78 lmem.c lobject.c lopcodes.c lparser.c lstate.c lstring.c
79 ltable.c ltm.c lundump.c lvm.c lzio.c
80 lauxlib.c lbaselib.c ldblib.c liolib.c lmathlib.c loslib.c
81 ltablib.c lstrlib.c loadlib.c linit.c
83 interpreter: library, lua.c
85 compiler: library, luac.c print.c
90 If all you want is to build the Lua interpreter, you may put all .c files
91 in a single project, except for luac.c and print.c. Or just use etc/all.c.
/civetweb-2.7.6/VisualStudio/lua_lib/
Dlua_lib.vcxproj.filters6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
18 <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">
[all …]
/civetweb-2.7.6/VisualStudio/civetweb_yassl/yassl_lib/
Dyassl_lib.vcxproj.filters6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
18 <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">
[all …]
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dlopcodes.h19 `C' : 9 bits
20 `Bx' : 18 bits (`B' and `C' together)
104 #define CREATE_ABC(o,a,b,c) ((cast(Instruction, o)<<POS_OP) \ argument
107 | (cast(Instruction, c)<<POS_C))
156 OP_LOADBOOL,/* A B C R(A) := (Bool)B; if (C) pc++ */
161 OP_GETTABLE,/* A B C R(A) := R(B)[RK(C)] */
165 OP_SETTABLE,/* A B C R(A)[RK(B)] := RK(C) */
167 OP_NEWTABLE,/* A B C R(A) := {} (size = B,C) */
169 OP_SELF,/* A B C R(A+1) := R(B); R(A) := R(B)[RK(C)] */
171 OP_ADD,/* A B C R(A) := RK(B) + RK(C) */
[all …]
/civetweb-2.7.6/test/
DMakefileTest.mk2 # Copyright (c) 2013 No Face Press, LLC
27 $(MAKE) -C $(TOP) -f Makefile.osx clean package
31 $(MAKE) -C $(TOP)/examples/embedded_c clean all
32 $(MAKE) -C $(TOP)/examples/embedded_c clean
34 $(MAKE) -C $(TOP)/examples/embedded_cpp clean all
35 $(MAKE) -C $(TOP)/examples/embedded_cpp clean
37 $(MAKE) -C $(TOP)/examples/chat clean all
38 $(MAKE) -C $(TOP)/examples/chat clean
40 $(MAKE) -C $(TOP)/examples/hello clean all
41 $(MAKE) -C $(TOP)/examples/hello clean
[all …]

12345678910>>...22