Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/core/
H A Dsbst.h36 lexbor_sbst_entry_static_find(const lexbor_sbst_entry_static_t *strt, in lexbor_sbst_entry_static_find() argument
40 while (root != strt) { in lexbor_sbst_entry_static_find()
45 root = &strt[root->right]; in lexbor_sbst_entry_static_find()
48 root = &strt[root->left]; in lexbor_sbst_entry_static_find()
/php-src/ext/opcache/jit/ir/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)];
2000 G(L)->strt.nuse--;
2034 if(g->strt.nuse<cast(lu_int32,g->strt.size/4)&&
2035 g->strt.size>32*2)
2317 luaM_freearray(L,G(L)->strt.hash,G(L)->strt.size,TString*);
2347 g->strt.size=0;
2348 g->strt.nuse=0;
[all …]

Completed in 19 milliseconds