Searched refs:sa_max (Results 1 – 1 of 1) sorted by relevance
38 LONG sa_max; member108 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 4 milliseconds