Home
last modified time | relevance | path

Searched refs:strt (Results 126 – 150 of 1518) sorted by last modified time

12345678910>>...61

/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/src/
H A Dlgc.c390 G(L)->strt.nuse--; in freeobj()
434 if (g->strt.nuse < cast(lu_int32, g->strt.size/4) && in checkSizes()
435 g->strt.size > MINSTRTABSIZE*2) in checkSizes()
436 luaS_resize(L, g->strt.size/2); /* table is too big */ in checkSizes()
488 for (i = 0; i < g->strt.size; i++) /* free all string lists */ in luaC_freeall()
489 sweepwholelist(L, &g->strt.hash[i]); in luaC_freeall()
574 sweepwholelist(L, &g->strt.hash[g->sweepstrgc++]); in singlestep()
575 if (g->sweepstrgc >= g->strt.size) /* nothing more to sweep? */ in singlestep()
H A Dlstate.c110 lua_assert(g->strt.nuse == 0); in close_state()
111 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size, TString *); in close_state()
163 g->strt.size = 0; in lua_newstate()
164 g->strt.nuse = 0; in lua_newstate()
165 g->strt.hash = NULL; in lua_newstate()
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dautocomplete.c204 int strt = ctx->pos - s_len; in complete_line_helper() local
218 strcpy(&ubuf[strt], match); in complete_line_helper()
244 strcpy(&ubuf[strt + match_len], endchrs); in complete_line_helper()
245 strcpy(&ubuf[strt + match_len + n_endchrs], tmpend); in complete_line_helper()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dfortranscanner.l927 … int strt = yyextra->current_root->type.find("function");
930 if (strt != -1)
935 … if (strt != 0) lft = yyextra->current_root->type.left(strt).stripWhiteSpace();
936 … if ((yyextra->current_root->type.length() - strt - strlen("function"))!= 0)
938 … yyextra->current_root->type.right(yyextra->current_root->type.length() - strt - (int)strlen("func…
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/host/
H A Dminilua.c435 stringtable strt; member
1266 tb=&G(L)->strt;
1297 tb=&G(L)->strt;
1313 for(o=G(L)->strt.hash[lmod(h,G(L)->strt.size)];
1999 G(L)->strt.nuse--;
2033 if(g->strt.nuse<cast(lu_int32,g->strt.size/4)&&
2034 g->strt.size>32*2)
2316 luaM_freearray(L,G(L)->strt.hash,G(L)->strt.size,TString*);
2346 g->strt.size=0;
2347 g->strt.nuse=0;
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/lua/src/
H A Dlstring.c86 stringtable *tb = &G(L)->strt; in luaS_resize()
126 stringtable *tb = &G(L)->strt; in luaS_init()
165 stringtable *tb = &G(L)->strt; in luaS_remove()
191 stringtable *tb = &g->strt; in internshrstr()
H A Dlgc.c865 if (g->strt.nuse < g->strt.size / 4) { /* string table too big? */ in checkSizes()
867 luaS_resize(L, g->strt.size / 2); in checkSizes()
1512 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
H A Dlstate.c278 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size); in close_state()
376 g->strt.size = g->strt.nuse = 0; in lua_newstate()
377 g->strt.hash = NULL; in lua_newstate()
H A Dlstate.h256 stringtable strt; /* hash table for strings */ member
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lua/
H A Dlstate.h69 stringtable strt; /* hash table for strings */ member
H A Dlgc.c390 G(L)->strt.nuse--; in freeobj()
434 if (g->strt.nuse < cast(lu_int32, g->strt.size/4) && in checkSizes()
435 g->strt.size > MINSTRTABSIZE*2) in checkSizes()
436 luaS_resize(L, g->strt.size/2); /* table is too big */ in checkSizes()
488 for (i = 0; i < g->strt.size; i++) /* free all string lists */ in luaC_freeall()
489 sweepwholelist(L, &g->strt.hash[i]); in luaC_freeall()
574 sweepwholelist(L, &g->strt.hash[g->sweepstrgc++]); in singlestep()
575 if (g->sweepstrgc >= g->strt.size) /* nothing more to sweep? */ in singlestep()
H A Dlstring.c29 tb = &G(L)->strt; in luaS_resize()
64 tb = &G(L)->strt; in newlstr()
82 for (o = G(L)->strt.hash[lmod(h, G(L)->strt.size)]; in luaS_newlstr()
H A Dlstate.c110 lua_assert(g->strt.nuse == 0); in close_state()
111 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size, TString *); in close_state()
163 g->strt.size = 0; in lua_newstate()
164 g->strt.nuse = 0; in lua_newstate()
165 g->strt.hash = NULL; in lua_newstate()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/test/
H A Dappid_mock_definitions.h93 strt = start; in set()
/dports/security/snort3/snort3-3.1.19.0/src/pub_sub/test/
H A Dpub_sub_http_event_test.cc42 strt(start), len(length), own_the_buffer(own_the_buffer_) in Field()
47 strt = input.strt; in set()
H A Dpub_sub_http_request_body_event_test.cc85 strt(start), len(length), own_the_buffer(own_the_buffer_) in Field()
90 assert(strt == nullptr); in set()
94 strt = start; in set()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/
H A Dhttp_field.cc45 assert(strt == nullptr); in operator =()
46 strt = rhs.strt; in operator =()
55 assert(strt == nullptr); in set()
58 strt = start; in set()
66 assert(strt == nullptr); in set()
74 assert(strt == nullptr); in set()
75 strt = f.strt; in set()
98 if ((strt[k] >= 0x20) && (strt[k] <= 0x7E)) in print()
99 fprintf(output, "%c", (char)strt[k]); in print()
100 else if (strt[k] == 0xD) in print()
[all …]
H A Dhttp_field.h42 ~Field() { if (own_the_buffer) delete[] strt; } in ~Field()
44 const uint8_t* start() const { return strt; } in start()
55 const uint8_t* strt = nullptr;
/dports/www/mod_php81/php-8.1.1/ext/opcache/jit/dynasm/
H A Dminilua.c435 stringtable strt; member
1266 tb=&G(L)->strt;
1297 tb=&G(L)->strt;
1313 for(o=G(L)->strt.hash[lmod(h,G(L)->strt.size)];
1999 G(L)->strt.nuse--;
2033 if(g->strt.nuse<cast(lu_int32,g->strt.size/4)&&
2034 g->strt.size>32*2)
2316 luaM_freearray(L,G(L)->strt.hash,G(L)->strt.size,TString*);
2346 g->strt.size=0;
2347 g->strt.nuse=0;
[all …]
/dports/www/mod_php81/php-8.1.1/ext/oci8/tests/
H A Dlob_026.phpt82 string(4) "strt"
H A Dlob_004.phpt83 string(4) "strt"
/dports/lang/php81/php-8.1.1/ext/oci8/tests/
H A Dlob_026.phpt82 string(4) "strt"
H A Dlob_004.phpt83 string(4) "strt"
/dports/lang/php81/php-8.1.1/ext/opcache/jit/dynasm/
H A Dminilua.c435 stringtable strt; member
1266 tb=&G(L)->strt;
1297 tb=&G(L)->strt;
1313 for(o=G(L)->strt.hash[lmod(h,G(L)->strt.size)];
1999 G(L)->strt.nuse--;
2033 if(g->strt.nuse<cast(lu_int32,g->strt.size/4)&&
2034 g->strt.size>32*2)
2316 luaM_freearray(L,G(L)->strt.hash,G(L)->strt.size,TString*);
2346 g->strt.size=0;
2347 g->strt.nuse=0;
[all …]
/dports/www/php81-opcache/php-8.1.1/ext/opcache/jit/dynasm/
H A Dminilua.c435 stringtable strt; member
1266 tb=&G(L)->strt;
1297 tb=&G(L)->strt;
1313 for(o=G(L)->strt.hash[lmod(h,G(L)->strt.size)];
1999 G(L)->strt.nuse--;
2033 if(g->strt.nuse<cast(lu_int32,g->strt.size/4)&&
2034 g->strt.size>32*2)
2316 luaM_freearray(L,G(L)->strt.hash,G(L)->strt.size,TString*);
2346 g->strt.size=0;
2347 g->strt.nuse=0;
[all …]

12345678910>>...61