Searched refs:element_index (Results 1 – 2 of 2) sorted by relevance
/PHP-5.5/ext/oci8/ |
H A D | oci8_interface.c | 2179 long element_index; local 2183 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &element_index) == FAILURE) { 2188 …_NUM_ARGS() TSRMLS_CC, "Ol", &z_collection, oci_coll_class_entry_ptr, &element_index) == FAILURE) { 2200 if (php_oci_collection_element_get(collection, element_index, &value TSRMLS_CC)) { 2255 long element_index; local 2259 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &element_index, &value, &value_len) == … 2264 …UM_ARGS() TSRMLS_CC, "Ols", &z_collection, oci_coll_class_entry_ptr, &element_index, &value, &valu… 2276 if (php_oci_collection_element_set(collection, element_index, value, value_len TSRMLS_CC)) {
|
H A D | oci8_collection.c | 463 OCIInd *element_index; in php_oci_collection_element_get() local 479 (dvoid **)&element_index in php_oci_collection_element_get() 496 if (*element_index == OCI_IND_NULL) { in php_oci_collection_element_get()
|
Completed in 19 milliseconds