/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_heaphdr.h | 115 #define DUK_HEAPHDR_SET_NEXT(heap,h,val) do { \ 120 #define DUK_HEAPHDR_SET_NEXT(heap,h,val) do { \ 129 #define DUK_HEAPHDR_SET_PREV(heap,h,val) do { \ 134 #define DUK_HEAPHDR_SET_PREV(heap,h,val) do { \ 143 #define DUK_HEAPHDR_SET_REFCOUNT(h,val) do { \ 150 #define DUK_HEAPHDR_SET_REFCOUNT(h,val) do { \ 168 #define DUK_HEAPHDR_SET_FLAGS(h,val) do { \ 173 #define DUK_HEAPHDR_SET_TYPE(h,val) do { \ 182 #define DUK_HEAPHDR_SET_TYPE_AND_FLAGS(h,tval,fval) do { \ 187 #define DUK_HEAPHDR_SET_FLAG_BITS(h,bits) do { \ [all …]
|
D | duk_error.h | 55 #define DUK_ERROR(thr,err,msg) do { \ 60 #define DUK_ERROR_RAW(thr,file,line,err,msg) do { \ 66 #define DUK_ERROR_FMT1(thr,err,fmt,arg1) do { \ 71 #define DUK_ERROR_RAW_FMT1(thr,file,line,err,fmt,arg1) do { \ 77 #define DUK_ERROR_FMT2(thr,err,fmt,arg1,arg2) do { \ 82 #define DUK_ERROR_RAW_FMT2(thr,file,line,err,fmt,arg1,arg2) do { \ 88 #define DUK_ERROR_FMT3(thr,err,fmt,arg1,arg2,arg3) do { \ 93 #define DUK_ERROR_RAW_FMT3(thr,file,line,err,fmt,arg1,arg2,arg3) do { \ 99 #define DUK_ERROR_FMT4(thr,err,fmt,arg1,arg2,arg3,arg4) do { \ 104 #define DUK_ERROR_RAW_FMT4(thr,file,line,err,fmt,arg1,arg2,arg3,arg4) do { \ [all …]
|
D | duk_util.h | 62 #define DUK_RAW_WRITE_U8(ptr,val) do { \ 68 #define DUK_RAW_WRITE_XUTF8(ptr,val) do { \ 77 #define DUK_RAW_WRITE_CESU8(ptr,val) do { \ 129 #define DUK_BW_INIT_PUSHBUF(thr,bw_ctx,sz) do { \ 132 #define DUK_BW_INIT_WITHBUF(thr,bw_ctx,buf) do { \ 135 #define DUK_BW_COMPACT(thr,bw_ctx) do { \ 139 #define DUK_BW_PUSH_AS_STRING(thr,bw_ctx) do { \ 159 #define DUK_BW_ASSERT_VALID(thr,bw_ctx) do { \ 167 #define DUK_BW_SET_PTR(thr,bw_ctx,ptr) do { \ 170 #define DUK_BW_ADD_PTR(thr,bw_ctx,delta) do { \ [all …]
|
D | duk_tval.h | 63 #define DUK__TVAL_SET_TAGGEDPOINTER(v,h,tag) do { \ 67 #define DUK__TVAL_SET_TAGGEDPOINTER(v,h,tag) do { \ 72 #define DUK__TVAL_SET_TAGGEDPOINTER(v,h,tag) do { \ 81 #define DUK__TVAL_SET_LIGHTFUNC(v,fp,flags) do { \ 87 #define DUK__TVAL_SET_LIGHTFUNC(v,fp,flags) do { \ 94 #define DUK__TVAL_SET_LIGHTFUNC(v,fp,flags) do { \ 103 #define DUK__TVAL_SET_FASTINT(v,i) do { \ 107 #define DUK__TVAL_SET_FASTINT_U32(v,i) do { \ 112 #define DUK__TVAL_SET_FASTINT(v,i) do { \ 115 #define DUK__TVAL_SET_FASTINT_U32(v,i) do { \ [all …]
|
D | duk_hbuffer.h | 64 #define DUK_HBUFFER_SET_SIZE(x,v) do { \ 70 #define DUK_HBUFFER_ADD_SIZE(x,dv) do { \ 73 #define DUK_HBUFFER_SUB_SIZE(x,dv) do { \ 78 #define DUK_HBUFFER_SET_SIZE(x,v) do { \ 81 #define DUK_HBUFFER_ADD_SIZE(x,dv) do { \ 84 #define DUK_HBUFFER_SUB_SIZE(x,dv) do { \ 105 #define DUK_HBUFFER_DYNAMIC_SET_DATA_PTR(heap,x,v) do { \ 108 #define DUK_HBUFFER_DYNAMIC_SET_DATA_PTR_NULL(heap,x) do { \ 113 #define DUK_HBUFFER_DYNAMIC_SET_DATA_PTR(heap,x,v) do { \ 116 #define DUK_HBUFFER_DYNAMIC_SET_DATA_PTR_NULL(heap,x) do { \ [all …]
|
D | duk_hobject.h | 289 #define DUK_ASSERT_HOBJECT_VALID(h) do { \ 315 #define DUK_HOBJECT_SET_PROPS(heap,h,x) do { \ 321 #define DUK_HOBJECT_SET_PROPS(heap,h,x) do { \ 358 …_HOBJECT_P_SET_REALLOC_PTRS(p_base,set_e_k,set_e_pv,set_e_f,set_a,set_h,n_ent,n_arr,n_hash) do { \ 409 …_HOBJECT_P_SET_REALLOC_PTRS(p_base,set_e_k,set_e_pv,set_e_f,set_a,set_h,n_ent,n_arr,n_hash) do { \ 454 …_HOBJECT_P_SET_REALLOC_PTRS(p_base,set_e_k,set_e_pv,set_e_f,set_a,set_h,n_ent,n_arr,n_hash) do { \ 485 #define DUK_HOBJECT_E_SET_KEY(heap,h,i,k) do { \ 488 #define DUK_HOBJECT_E_SET_VALUE(heap,h,i,v) do { \ 491 #define DUK_HOBJECT_E_SET_VALUE_TVAL(heap,h,i,v) do { \ 494 #define DUK_HOBJECT_E_SET_VALUE_GETTER(heap,h,i,v) do { \ [all …]
|
D | duk_unicode.h | 31 * C character literals like 'x' have a platform specific value and do 174 * Automatically generated by extract_chars.py, do not edit! 180 * Automatically generated by extract_chars.py, do not edit! 188 * Automatically generated by extract_chars.py, do not edit! 194 * Automatically generated by extract_chars.py, do not edit! 202 * Automatically generated by extract_chars.py, do not edit! 208 * Automatically generated by extract_chars.py, do not edit! 215 * Automatically generated by extract_caseconv.py, do not edit! 223 * Automatically generated by extract_caseconv.py, do not edit!
|
D | duk_hcompiledfunction.h | 20 #define DUK_HCOMPILEDFUNCTION_SET_DATA(heap,h,v) do { \ 25 #define DUK_HCOMPILEDFUNCTION_SET_FUNCS(heap,h,v) do { \ 30 #define DUK_HCOMPILEDFUNCTION_SET_BYTECODE(heap,h,v) do { \ 36 #define DUK_HCOMPILEDFUNCTION_SET_DATA(heap,h,v) do { \ 41 #define DUK_HCOMPILEDFUNCTION_SET_FUNCS(heap,h,v) do { \ 46 #define DUK_HCOMPILEDFUNCTION_SET_BYTECODE(heap,h,v) do { \ 173 * arguments, the additional arguments do not 'clobber' registers
|
D | duk_debug.h | 31 #define DUK_D(x) do { } while (0) /* omit */ 37 #define DUK_DD(x) do { } while (0) /* omit */ 43 #define DUK_DDD(x) do { } while (0) /* omit */ 118 #define DUK_D(x) do { } while (0) /* omit */ 119 #define DUK_DD(x) do { } while (0) /* omit */ 120 #define DUK_DDD(x) do { } while (0) /* omit */
|
D | duk_hstring.h | 83 #define DUK_HSTRING_SET_HASH(x,v) do { \ 88 #define DUK_HSTRING_SET_HASH(x,v) do { \ 95 #define DUK_HSTRING_SET_BYTELEN(x,v) do { \ 100 #define DUK_HSTRING_SET_CHARLEN(x,v) do { \ 105 #define DUK_HSTRING_SET_CHARLEN(x,v) do { \ 111 #define DUK_HSTRING_SET_BYTELEN(x,v) do { \ 115 #define DUK_HSTRING_SET_CHARLEN(x,v) do { \
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_heaphdr.h | 113 #define DUK_HEAPHDR_SET_NEXT(heap,h,val) do { \ 118 #define DUK_HEAPHDR_SET_NEXT(heap,h,val) do { \ 127 #define DUK_HEAPHDR_SET_PREV(heap,h,val) do { \ 132 #define DUK_HEAPHDR_SET_PREV(heap,h,val) do { \ 141 #define DUK_HEAPHDR_SET_REFCOUNT(h,val) do { \ 148 #define DUK_HEAPHDR_SET_REFCOUNT(h,val) do { \ 166 #define DUK_HEAPHDR_SET_FLAGS(h,val) do { \ 171 #define DUK_HEAPHDR_SET_TYPE(h,val) do { \ 180 #define DUK_HEAPHDR_SET_TYPE_AND_FLAGS(h,tval,fval) do { \ 185 #define DUK_HEAPHDR_SET_FLAG_BITS(h,bits) do { \ [all …]
|
D | duk_error.h | 55 #define DUK_ERROR(thr,err,msg) do { \ 60 #define DUK_ERROR_RAW(thr,file,line,err,msg) do { \ 66 #define DUK_ERROR_FMT1(thr,err,fmt,arg1) do { \ 71 #define DUK_ERROR_RAW_FMT1(thr,file,line,err,fmt,arg1) do { \ 77 #define DUK_ERROR_FMT2(thr,err,fmt,arg1,arg2) do { \ 82 #define DUK_ERROR_RAW_FMT2(thr,file,line,err,fmt,arg1,arg2) do { \ 88 #define DUK_ERROR_FMT3(thr,err,fmt,arg1,arg2,arg3) do { \ 93 #define DUK_ERROR_RAW_FMT3(thr,file,line,err,fmt,arg1,arg2,arg3) do { \ 99 #define DUK_ERROR_FMT4(thr,err,fmt,arg1,arg2,arg3,arg4) do { \ 104 #define DUK_ERROR_RAW_FMT4(thr,file,line,err,fmt,arg1,arg2,arg3,arg4) do { \ [all …]
|
D | duk_util.h | 62 #define DUK_RAW_WRITE_U8(ptr,val) do { \ 68 #define DUK_RAW_WRITE_XUTF8(ptr,val) do { \ 77 #define DUK_RAW_WRITE_CESU8(ptr,val) do { \ 129 #define DUK_BW_INIT_PUSHBUF(thr,bw_ctx,sz) do { \ 132 #define DUK_BW_INIT_WITHBUF(thr,bw_ctx,buf) do { \ 135 #define DUK_BW_COMPACT(thr,bw_ctx) do { \ 139 #define DUK_BW_PUSH_AS_STRING(thr,bw_ctx) do { \ 159 #define DUK_BW_ASSERT_VALID(thr,bw_ctx) do { \ 167 #define DUK_BW_SET_PTR(thr,bw_ctx,ptr) do { \ 170 #define DUK_BW_ADD_PTR(thr,bw_ctx,delta) do { \ [all …]
|
D | duk_tval.h | 63 #define DUK__TVAL_SET_TAGGEDPOINTER(v,h,tag) do { \ 67 #define DUK__TVAL_SET_TAGGEDPOINTER(v,h,tag) do { \ 72 #define DUK__TVAL_SET_TAGGEDPOINTER(v,h,tag) do { \ 81 #define DUK__TVAL_SET_LIGHTFUNC(v,fp,flags) do { \ 87 #define DUK__TVAL_SET_LIGHTFUNC(v,fp,flags) do { \ 94 #define DUK__TVAL_SET_LIGHTFUNC(v,fp,flags) do { \ 103 #define DUK__TVAL_SET_FASTINT(v,i) do { \ 107 #define DUK__TVAL_SET_FASTINT_U32(v,i) do { \ 112 #define DUK__TVAL_SET_FASTINT(v,i) do { \ 115 #define DUK__TVAL_SET_FASTINT_U32(v,i) do { \ [all …]
|
D | duk_hbuffer.h | 64 #define DUK_HBUFFER_SET_SIZE(x,v) do { \ 70 #define DUK_HBUFFER_ADD_SIZE(x,dv) do { \ 73 #define DUK_HBUFFER_SUB_SIZE(x,dv) do { \ 78 #define DUK_HBUFFER_SET_SIZE(x,v) do { \ 81 #define DUK_HBUFFER_ADD_SIZE(x,dv) do { \ 84 #define DUK_HBUFFER_SUB_SIZE(x,dv) do { \ 105 #define DUK_HBUFFER_DYNAMIC_SET_DATA_PTR(heap,x,v) do { \ 108 #define DUK_HBUFFER_DYNAMIC_SET_DATA_PTR_NULL(heap,x) do { \ 113 #define DUK_HBUFFER_DYNAMIC_SET_DATA_PTR(heap,x,v) do { \ 116 #define DUK_HBUFFER_DYNAMIC_SET_DATA_PTR_NULL(heap,x) do { \ [all …]
|
D | duk_hobject.h | 289 #define DUK_ASSERT_HOBJECT_VALID(h) do { \ 315 #define DUK_HOBJECT_SET_PROPS(heap,h,x) do { \ 321 #define DUK_HOBJECT_SET_PROPS(heap,h,x) do { \ 358 …_HOBJECT_P_SET_REALLOC_PTRS(p_base,set_e_k,set_e_pv,set_e_f,set_a,set_h,n_ent,n_arr,n_hash) do { \ 409 …_HOBJECT_P_SET_REALLOC_PTRS(p_base,set_e_k,set_e_pv,set_e_f,set_a,set_h,n_ent,n_arr,n_hash) do { \ 454 …_HOBJECT_P_SET_REALLOC_PTRS(p_base,set_e_k,set_e_pv,set_e_f,set_a,set_h,n_ent,n_arr,n_hash) do { \ 485 #define DUK_HOBJECT_E_SET_KEY(heap,h,i,k) do { \ 488 #define DUK_HOBJECT_E_SET_VALUE(heap,h,i,v) do { \ 491 #define DUK_HOBJECT_E_SET_VALUE_TVAL(heap,h,i,v) do { \ 494 #define DUK_HOBJECT_E_SET_VALUE_GETTER(heap,h,i,v) do { \ [all …]
|
D | duk_unicode.h | 31 * C character literals like 'x' have a platform specific value and do 174 * Automatically generated by extract_chars.py, do not edit! 180 * Automatically generated by extract_chars.py, do not edit! 188 * Automatically generated by extract_chars.py, do not edit! 194 * Automatically generated by extract_chars.py, do not edit! 202 * Automatically generated by extract_chars.py, do not edit! 208 * Automatically generated by extract_chars.py, do not edit! 215 * Automatically generated by extract_caseconv.py, do not edit! 223 * Automatically generated by extract_caseconv.py, do not edit!
|
D | duk_hcompiledfunction.h | 20 #define DUK_HCOMPILEDFUNCTION_SET_DATA(heap,h,v) do { \ 25 #define DUK_HCOMPILEDFUNCTION_SET_FUNCS(heap,h,v) do { \ 30 #define DUK_HCOMPILEDFUNCTION_SET_BYTECODE(heap,h,v) do { \ 36 #define DUK_HCOMPILEDFUNCTION_SET_DATA(heap,h,v) do { \ 41 #define DUK_HCOMPILEDFUNCTION_SET_FUNCS(heap,h,v) do { \ 46 #define DUK_HCOMPILEDFUNCTION_SET_BYTECODE(heap,h,v) do { \ 173 * arguments, the additional arguments do not 'clobber' registers
|
D | duk_debug.h | 31 #define DUK_D(x) do { } while (0) /* omit */ 37 #define DUK_DD(x) do { } while (0) /* omit */ 43 #define DUK_DDD(x) do { } while (0) /* omit */ 118 #define DUK_D(x) do { } while (0) /* omit */ 119 #define DUK_DD(x) do { } while (0) /* omit */ 120 #define DUK_DDD(x) do { } while (0) /* omit */
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/test/ |
D | life.lua | 12 for i=1,10000 do end 13 -- local i=os.clock()+1 while(os.clock()<i) do end 18 for y=1,h do 20 for x=1,w do 31 for y=0,shape.h-1 do 32 for x=0,shape.w-1 do 41 while yi > 0 do 43 while xi > 0 do 57 for y=1,self.h do 58 for x=1,self.w do [all …]
|
/civetweb-2.7.6/ |
D | build.cmd | 32 @for %%a in (%options%) do @( 72 @for /f "skip=%log_keep%" %%f in ('dir /b /o-D /tc %log_folder%') do @( 126 @for %%m in (%methods%) do @( 145 @for %%a in (%*) do @echo.%%~a 312 @for /f "tokens=1-3,*" %%a in ("%cmdcmdline%") do @( 348 @for /f "skip=2 tokens=2,*" %%a in ('reg query "%key%" /v "%var%"') do @set "arch=%%b" 363 @for /f "skip=3 tokens=1,*" %%a in ('powershell Get-FileHash -Algorithm MD5 "'%file_path%'"') do @s… 379 @for /f "tokens=2 delims=[]" %%x in ('ver') do @set win_ver=%%x 398 @for %%x in ("%file%") do @set "file_path=%%~f$PATH:x" 439 …" %%g IN ('wmic Path Win32_UTCTime Get Day^,Hour^,Minute^,Month^,Second^,Year /Format:table') do @( [all …]
|
D | mingw.cmd | 69 @for /f "skip=%log_keep%" %%f in ('dir /b /o-D /tc %log_folder%') do @( 165 @for /f "delims=| tokens=1-6,*" %%a in (%file_path%) do @( 179 @for /l %%a in (1,1,32) do @if "!url:~-1!" == " " set url=!url:~0,-1! 213 @for /f "delims=| tokens=1-6" %%a in (%repository%) do @( 254 @for /f %%a in ("!url: =-!") do @set "file_name=%%~na" 255 @for /f %%a in ("!url: =-!") do @set "file_ext=%%~xa" 272 @for /f %%a in ("%archive_path: =-%") do @set "file_name=%%~na" 273 @for /f %%a in ("%archive_path: =-%") do @set "file_ext=%%~xa" 282 @for /f %%a in ("%folder_path%") do @set "tmp_path=%%~dpatmp-%iso8601%" 323 @for /f %%a in ("%url: =-%") do @set "file_name=%%~na" [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/ |
D | INSTALL | 8 Building Lua on Unix systems should be very easy. First do "make" and 9 see if your platform is listed. If so, just do "make xxx", where xxx 19 If you want to check that Lua has been built correctly, do "make test" 25 place in your system. In this case, do "make install". The official 29 If you want to build and install Lua in one step, do "make xxx install", 32 If you want to install Lua locally, then do "make local". This will 47 If you want to install Lua locally, but in some other directory, do
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/ |
D | readme.html | 104 In most Unix-like platforms, simply do "<KBD>make</KBD>" with a suitable target. 114 Do "<KBD>make</KBD>" and see if your platform is listed. 121 If your platform is listed, just do "<KBD>make xxx</KBD>", where xxx 135 To check that Lua has been built correctly, do "<KBD>make test</KBD>" 148 place in your system. In this case, do "<KBD>make install</KBD>". The official 153 To build and install Lua in one step, do "<KBD>make xxx install</KBD>", 157 To install Lua locally, do "<KBD>make local</KBD>". 162 To install Lua locally, but in some other directory, do 324 The only requirement is that if you do use Lua, 339 furnished to do so, subject to the following conditions:
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/ |
D | readme.html | 107 In most Unix-like platforms, simply do "<KBD>make</KBD>" with a suitable target. 117 Do "<KBD>make</KBD>" and see if your platform is listed. 124 If your platform is listed, just do "<KBD>make xxx</KBD>", where xxx 138 To check that Lua has been built correctly, do "<KBD>make test</KBD>" 151 place in your system. In this case, do "<KBD>make install</KBD>". The official 156 To build and install Lua in one step, do "<KBD>make xxx install</KBD>", 160 To install Lua locally, do "<KBD>make local</KBD>". 165 To install Lua locally, but in some other directory, do 375 The only requirement is that if you do use Lua, 390 furnished to do so, subject to the following conditions:
|