Home
last modified time | relevance | path

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

/dports/databases/db18/db-18.1.40/test/c/suites/
H A DTestQueue.c218 struct sh_le *after_ele = SH_LIST_FIRST(l, sh_le); local
220 while (after_ele != NULL) {
221 if (after_ele->content == after_item[0])
223 after_ele = SH_LIST_NEXT(after_ele, sh_les, sh_le);
225 if (after_ele != NULL) {
228 SH_LIST_INSERT_AFTER(after_ele, ele, sh_les, sh_le);
493 struct sh_te *after_ele = SH_TAILQ_FIRST(l, sh_te); local
495 while (after_ele != NULL) {
496 if (after_ele->content == after_item[0])
498 after_ele = SH_TAILQ_NEXT(after_ele, sh_tes, sh_te);
[all …]
/dports/databases/db5/db-5.3.28/test/c/suites/
H A DTestQueue.c218 struct sh_le *after_ele = SH_LIST_FIRST(l, sh_le); local
220 while (after_ele != NULL) {
221 if (after_ele->content == after_item[0])
223 after_ele = SH_LIST_NEXT(after_ele, sh_les, sh_le);
225 if (after_ele != NULL) {
228 SH_LIST_INSERT_AFTER(after_ele, ele, sh_les, sh_le);
493 struct sh_te *after_ele = SH_TAILQ_FIRST(l, sh_te); local
495 while (after_ele != NULL) {
496 if (after_ele->content == after_item[0])
498 after_ele = SH_TAILQ_NEXT(after_ele, sh_tes, sh_te);
[all …]