Home
last modified time | relevance | path

Searched refs:strt (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Dlob_004.phpt83 string(4) "strt"
H A Dlob_026.phpt82 string(4) "strt"
/PHP-8.2/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 …]

Completed in 32 milliseconds