lbound            546 ext/com_dotnet/com_handlers.c 	LONG ubound = 0, lbound = 0;
lbound            554 ext/com_dotnet/com_handlers.c 	SafeArrayGetLBound(V_ARRAY(&obj->v), 1, &lbound);
lbound            557 ext/com_dotnet/com_handlers.c 	*count = ubound - lbound + 1;
lbound             98 ext/com_dotnet/com_misc.c 	LONG lbound, ubound;
lbound            119 ext/com_dotnet/com_misc.c 	SafeArrayGetLBound(V_ARRAY(array), 1, &lbound);
lbound            123 ext/com_dotnet/com_misc.c 	if (dim1 < lbound || dim1 > ubound) {
lbound             97 ext/com_dotnet/com_saproxy.c 	LONG ubound, lbound;
lbound            154 ext/com_dotnet/com_saproxy.c 	SafeArrayGetLBound(sa, proxy->dimensions, &lbound);
lbound            157 ext/com_dotnet/com_saproxy.c 	if (Z_LVAL_P(offset) < lbound || Z_LVAL_P(offset) > ubound) {
lbound            366 ext/com_dotnet/com_saproxy.c 	LONG ubound, lbound;
lbound            372 ext/com_dotnet/com_saproxy.c 	SafeArrayGetLBound(V_ARRAY(&proxy->obj->v), proxy->dimensions, &lbound);
lbound            375 ext/com_dotnet/com_saproxy.c 	*count = ubound - lbound + 1;