Home
last modified time | relevance | path

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

/PHP-5.6/ext/oci8/
H A Doci8_interface.c2226 long element_index; local
2230 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &element_index) == FAILURE) {
2235 …_NUM_ARGS() TSRMLS_CC, "Ol", &z_collection, oci_coll_class_entry_ptr, &element_index) == FAILURE) {
2247 if (php_oci_collection_element_get(collection, element_index, &value TSRMLS_CC)) {
2302 long element_index; local
2306 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &element_index, &value, &value_len) == …
2311 …UM_ARGS() TSRMLS_CC, "Ols", &z_collection, oci_coll_class_entry_ptr, &element_index, &value, &valu…
2323 if (php_oci_collection_element_set(collection, element_index, value, value_len TSRMLS_CC)) {
H A Doci8_collection.c480 OCIInd *element_index; in php_oci_collection_element_get() local
499 (dvoid **)&element_index in php_oci_collection_element_get()
516 if (*element_index == OCI_IND_NULL) { in php_oci_collection_element_get()

Completed in 16 milliseconds