Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_iterator.c38 LONG sa_max; member
108 if (I->key >= (ULONG) I->sa_max) { in com_iter_move_forwards()
187 SafeArrayGetUBound(V_ARRAY(&I->safe_array), 1, &I->sa_max); in php_com_iter_get()
190 if (I->sa_max >= bound && php_com_safearray_get_elem(&I->safe_array, &I->v, bound)) { in php_com_iter_get()

Completed in 5 milliseconds