indices 147 ext/com_dotnet/com_handlers.c LONG indices = 0; indices 156 ext/com_dotnet/com_handlers.c indices = Z_LVAL_P(offset); indices 166 ext/com_dotnet/com_handlers.c res = SafeArrayPutElement(V_ARRAY(&obj->v), &indices, &v); indices 168 ext/com_dotnet/com_handlers.c res = SafeArrayPutElement(V_ARRAY(&obj->v), &indices, &v.lVal); indices 99 ext/com_dotnet/com_misc.c LONG indices[1]; indices 131 ext/com_dotnet/com_misc.c indices[0] = dim1; indices 134 ext/com_dotnet/com_misc.c SafeArrayGetElement(V_ARRAY(array), indices, dest); indices 140 ext/com_dotnet/com_misc.c SafeArrayGetElement(V_ARRAY(array), indices, &dest->lVal); indices 48 ext/com_dotnet/com_saproxy.c zval **indices; indices 58 ext/com_dotnet/com_saproxy.c LONG *indices; indices 68 ext/com_dotnet/com_saproxy.c MAKE_STD_ZVAL(dest->indices[i]); indices 69 ext/com_dotnet/com_saproxy.c *dest->indices[i] = *src->indices[i]; indices 70 ext/com_dotnet/com_saproxy.c zval_copy_ctor(dest->indices[i]); indices 113 ext/com_dotnet/com_saproxy.c args[i-1] = proxy->indices[i]; indices 117 ext/com_dotnet/com_saproxy.c convert_to_string(proxy->indices[0]); indices 120 ext/com_dotnet/com_saproxy.c res = php_com_do_invoke(proxy->obj, Z_STRVAL_P(proxy->indices[0]), indices 121 ext/com_dotnet/com_saproxy.c Z_STRLEN_P(proxy->indices[0]), DISPATCH_METHOD|DISPATCH_PROPERTYGET, &v, indices 163 ext/com_dotnet/com_saproxy.c LONG *indices; indices 170 ext/com_dotnet/com_saproxy.c indices = safe_emalloc(dims, sizeof(LONG), 0); indices 174 ext/com_dotnet/com_saproxy.c convert_to_long(proxy->indices[i]); indices 175 ext/com_dotnet/com_saproxy.c indices[i] = Z_LVAL_P(proxy->indices[i]); indices 179 ext/com_dotnet/com_saproxy.c indices[dims-1] = Z_LVAL_P(offset); indices 187 ext/com_dotnet/com_saproxy.c res = SafeArrayGetElement(sa, indices, &v); indices 190 ext/com_dotnet/com_saproxy.c res = SafeArrayGetElement(sa, indices, &v.lVal); indices 193 ext/com_dotnet/com_saproxy.c efree(indices); indices 225 ext/com_dotnet/com_saproxy.c args[i-1] = proxy->indices[i]; indices 230 ext/com_dotnet/com_saproxy.c convert_to_string(proxy->indices[0]); indices 232 ext/com_dotnet/com_saproxy.c if (SUCCESS == php_com_do_invoke(proxy->obj, Z_STRVAL_P(proxy->indices[0]), indices 233 ext/com_dotnet/com_saproxy.c Z_STRLEN_P(proxy->indices[0]), DISPATCH_PROPERTYPUT, &v, proxy->dimensions + 1, indices 241 ext/com_dotnet/com_saproxy.c LONG *indices; indices 245 ext/com_dotnet/com_saproxy.c indices = safe_emalloc(dims, sizeof(LONG), 0); indices 248 ext/com_dotnet/com_saproxy.c convert_to_long(proxy->indices[i]); indices 249 ext/com_dotnet/com_saproxy.c indices[i] = Z_LVAL_P(proxy->indices[i]); indices 254 ext/com_dotnet/com_saproxy.c indices[dims-1] = Z_LVAL_P(offset); indices 268 ext/com_dotnet/com_saproxy.c res = SafeArrayPutElement(V_ARRAY(&proxy->obj->v), indices, &v); indices 270 ext/com_dotnet/com_saproxy.c res = SafeArrayPutElement(V_ARRAY(&proxy->obj->v), indices, &v.lVal); indices 273 ext/com_dotnet/com_saproxy.c efree(indices); indices 410 ext/com_dotnet/com_saproxy.c if (proxy->indices) { indices 411 ext/com_dotnet/com_saproxy.c FREE_ZVAL(proxy->indices[i]); indices 416 ext/com_dotnet/com_saproxy.c efree(proxy->indices); indices 429 ext/com_dotnet/com_saproxy.c cloneproxy->indices = safe_emalloc(cloneproxy->dimensions, sizeof(zval *), 0); indices 453 ext/com_dotnet/com_saproxy.c proxy->indices = safe_emalloc(proxy->dimensions, sizeof(zval *), 0); indices 459 ext/com_dotnet/com_saproxy.c MAKE_STD_ZVAL(proxy->indices[proxy->dimensions-1]); indices 460 ext/com_dotnet/com_saproxy.c *proxy->indices[proxy->dimensions-1] = *index; indices 461 ext/com_dotnet/com_saproxy.c zval_copy_ctor(proxy->indices[proxy->dimensions-1]); indices 478 ext/com_dotnet/com_saproxy.c efree(I->indices); indices 497 ext/com_dotnet/com_saproxy.c I->indices[I->proxy->dimensions-1] = I->key; indices 507 ext/com_dotnet/com_saproxy.c SafeArrayGetElement(sa, I->indices, &v); indices 510 ext/com_dotnet/com_saproxy.c SafeArrayGetElement(sa, I->indices, &v.lVal); indices 572 ext/com_dotnet/com_saproxy.c I->indices = safe_emalloc(proxy->dimensions + 1, sizeof(LONG), 0); indices 574 ext/com_dotnet/com_saproxy.c convert_to_long(proxy->indices[i]); indices 575 ext/com_dotnet/com_saproxy.c I->indices[i] = Z_LVAL_P(proxy->indices[i]); indices 531 sapi/roxen/roxen.c struct array *indices; indices 540 sapi/roxen/roxen.c indices = mapping_indices(headers->u.mapping); indices 541 sapi/roxen/roxen.c for(i = 0; i < indices->size; i++) { indices 542 sapi/roxen/roxen.c ind = &indices->item[i]; indices 558 sapi/roxen/roxen.c free_array(indices);