/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | lstrlib.c | 176 const char *init; member 334 ms->capture[level].init = s; in start_capture() 347 ms->capture[l].len = s - ms->capture[l].init; /* close capture */ in end_capture() 359 memcmp(ms->capture[l].init, s, len) == 0) in match_capture() 366 init: /* using goto's to optimize tail recursion */ in match() 382 p+=4; goto init; /* else return match(ms, s, p+4); */ in match() 394 p=ep; goto init; /* else return match(ms, s, ep); */ in match() 400 p+=2; goto init; /* else return match(ms, s, p+2) */ in match() 422 p=ep+1; goto init; /* else return match(ms, s, ep+1); */ in match() 435 s++; p=ep; goto init; /* else return match(ms, s+1, ep); */ in match() [all …]
|
D | lua.c | 324 const char *init = getenv(LUA_INIT); in handle_luainit() local 325 if (init == NULL) return 0; /* status OK */ in handle_luainit() 326 else if (init[0] == '@') in handle_luainit() 327 return dofile(L, init+1); in handle_luainit() 329 return dostring(L, init, "=" LUA_INIT); in handle_luainit()
|
D | loadlib.c | 311 const char *init = luaL_checkstring(L, 2); in ll_loadlib() local 312 int stat = ll_loadfunc(L, path, init); in ll_loadlib()
|
D | lvm.c | 667 const TValue *init = ra; in luaV_execute() local 671 if (!tonumber(init, ra)) in luaV_execute()
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | lstrlib.c | 206 const char *init; member 379 ms->capture[level].init = s; in start_capture() 392 ms->capture[l].len = s - ms->capture[l].init; /* close capture */ in end_capture() 404 memcmp(ms->capture[l].init, s, len) == 0) in match_capture() 413 init: /* using goto's to optimize tail recursion */ in match() 438 p += 4; goto init; /* return match(ms, s, p + 4); */ in match() 452 p = ep; goto init; /* return match(ms, s, ep); */ in match() 462 p += 2; goto init; /* return match(ms, s, p + 2) */ in match() 475 p = ep + 1; goto init; /* return match(ms, s, ep + 1); */ in match() 487 p = ep + 1; goto init; /* else return match(ms, s, ep + 1); */ in match() [all …]
|
D | lua.c | 425 const char *init = getenv(name + 1); in handle_luainit() local 426 if (init == NULL) { in handle_luainit() 428 init = getenv(name + 1); /* try alternative name */ in handle_luainit() 430 if (init == NULL) return LUA_OK; in handle_luainit() 431 else if (init[0] == '@') in handle_luainit() 432 return dofile(L, init+1); in handle_luainit() 434 return dostring(L, init, name); in handle_luainit()
|
D | loadlib.c | 309 const char *init = luaL_checkstring(L, 2); in ll_loadlib() local 310 int stat = ll_loadfunc(L, path, init); in ll_loadlib()
|
D | lvm.c | 779 const TValue *init = ra; in luaV_execute() 782 if (!tonumber(init, ra)) in luaV_execute()
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | lstrlib.c | 222 const char *init; member 394 ms->capture[level].init = s; in start_capture() 407 ms->capture[l].len = s - ms->capture[l].init; /* close capture */ in end_capture() 419 memcmp(ms->capture[l].init, s, len) == 0) in match_capture() 428 init: /* using goto's to optimize tail recursion */ in match() 453 p += 4; goto init; /* return match(ms, s, p + 4); */ in match() 466 p = ep; goto init; /* return match(ms, s, ep); */ in match() 476 p += 2; goto init; /* return match(ms, s, p + 2) */ in match() 489 p = ep + 1; goto init; /* return match(ms, s, ep + 1); */ in match() 501 p = ep + 1; goto init; /* else return match(ms, s, ep + 1); */ in match() [all …]
|
D | lua.c | 537 const char *init = getenv(name + 1); in handle_luainit() local 538 if (init == NULL) { in handle_luainit() 540 init = getenv(name + 1); /* try alternative name */ in handle_luainit() 542 if (init == NULL) return LUA_OK; in handle_luainit() 543 else if (init[0] == '@') in handle_luainit() 544 return dofile(L, init+1); in handle_luainit() 546 return dostring(L, init, name); in handle_luainit()
|
D | lvm.c | 1215 TValue *init = ra; in luaV_execute() local 1220 if (ttisinteger(init) && ttisinteger(pstep) && in luaV_execute() 1223 lua_Integer initv = (stopnow ? 0 : ivalue(init)); in luaV_execute() 1225 setivalue(init, intop(-, initv, ivalue(pstep))); in luaV_execute() 1235 if (!tonumber(init, &ninit)) in luaV_execute() 1237 setfltvalue(init, luai_numsub(L, ninit, nstep)); in luaV_execute()
|
D | loadlib.c | 395 const char *init = luaL_checkstring(L, 2); in ll_loadlib() local 396 int stat = lookforfunc(L, path, init); in ll_loadlib()
|
/civetweb-2.7.6/docs/api/ |
D | mg_exit_library.md | 22 The library init and exit functions are new in version 1.9 (as dummy implementation) and effective …
|
/civetweb-2.7.6/src/ |
D | mod_zlib.inl | 61 "GZIP init failed (%i): %s",
|
D | mod_lua_shared.inl | 36 /* Library init.
|
D | mod_lua.inl | 2293 /* Call user init function */ 2602 /* init ws list element */ 2630 lua_cry(conn, err, ws->state, script, "init");
|
D | handle_form.inl | 184 int64_t file_size = 0; /* init here, to a avoid a false positive
|
D | main.c | 2999 NSAlert *alert = [[[NSAlert alloc] init] autorelease];
|
/civetweb-2.7.6/ |
D | RELEASE_NOTES.md | 63 - Fix ssl init for HTTPS clients 138 - Add library init/exit functions (call is now optional, but will be required in V1.10)
|
/civetweb-2.7.6/test/ajax/ |
D | jquery.js | 2 …init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,l…
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/ |
D | README.rst | 96 * ``git submodule init; git submodule update``
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/ |
D | README.rst | 96 * ``git submodule init; git submodule update``
|
/civetweb-2.7.6/examples/_obsolete/docroot/ |
D | jquery.js | 20 …9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,S… 21 …push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d… 25 …urn this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.ex… class in c.fn
|
/civetweb-2.7.6/src/third_party/ |
D | sqlite3.c | 15092 } init; member 74854 assert( v->db->init.busy==0 ); 76790 assert( db->init.busy==0 ); 77329 && !db->init.busy && p->zSql ){ 84529 assert( db->init.busy==0 ); 84530 db->init.busy = 1; 84536 db->init.busy = 0; 90782 }else if( no_such_func && pParse->db->init.busy==0 100121 if( pFix->pParse->db->init.busy ){ 100293 if( db->init.busy ) return SQLITE_OK; [all …]
|