lbound            526 ext/com_dotnet/com_handlers.c 	LONG ubound = 0, lbound = 0;
lbound            534 ext/com_dotnet/com_handlers.c 	SafeArrayGetLBound(V_ARRAY(&obj->v), 1, &lbound);
lbound            537 ext/com_dotnet/com_handlers.c 	*count = ubound - lbound + 1;
lbound            101 ext/com_dotnet/com_misc.c 	LONG lbound, ubound;
lbound            122 ext/com_dotnet/com_misc.c 	SafeArrayGetLBound(V_ARRAY(array), 1, &lbound);
lbound            126 ext/com_dotnet/com_misc.c 	if (dim1 < lbound || dim1 > ubound) {
lbound             93 ext/com_dotnet/com_saproxy.c 	LONG ubound, lbound;
lbound            149 ext/com_dotnet/com_saproxy.c 	SafeArrayGetLBound(sa, proxy->dimensions, &lbound);
lbound            152 ext/com_dotnet/com_saproxy.c 	if (Z_LVAL_P(offset) < lbound || Z_LVAL_P(offset) > ubound) {
lbound            354 ext/com_dotnet/com_saproxy.c 	LONG ubound, lbound;
lbound            360 ext/com_dotnet/com_saproxy.c 	SafeArrayGetLBound(V_ARRAY(&proxy->obj->v), proxy->dimensions, &lbound);
lbound            363 ext/com_dotnet/com_saproxy.c 	*count = ubound - lbound + 1;