Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_iterator.c36 LONG sa_max; member
106 if (I->key >= (ULONG) I->sa_max) { in com_iter_move_forwards()
188 SafeArrayGetUBound(V_ARRAY(&I->safe_array), 1, &I->sa_max); in php_com_iter_get()
191 if (I->sa_max >= bound && php_com_safearray_get_elem(&I->safe_array, &I->v, bound)) { in php_com_iter_get()

Completed in 6 milliseconds