Lines Matching refs:element

393 int php_oci_collection_append_string(php_oci_collection *collection, char *element, int element_len)  in php_oci_collection_append_string()  argument
400 …OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &oc… in php_oci_collection_append_string()
431 int php_oci_collection_append(php_oci_collection *collection, char *element, int element_len) in php_oci_collection_append() argument
439 return php_oci_collection_append_date(collection, element, element_len); in php_oci_collection_append()
443 return php_oci_collection_append_string(collection, element, element_len); in php_oci_collection_append()
457 return php_oci_collection_append_number(collection, element, element_len); in php_oci_collection_append()
475 dvoid *element; in php_oci_collection_element_get() local
493 &element, in php_oci_collection_element_get()
516 …PHP_OCI_CALL_RETURN(errstatus, OCIDateToText, (connection->err, element, 0, 0, 0, 0, &buff_len, bu… in php_oci_collection_element_get()
532 OCIString *oci_string = *(OCIString **)element; in php_oci_collection_element_get()
558 …PHP_OCI_CALL_RETURN(errstatus, OCINumberToReal, (connection->err, (CONST OCINumber *) element, (uw… in php_oci_collection_element_get()
687 …element_set_string(php_oci_collection *collection, zend_long index, char *element, int element_len) in php_oci_collection_element_set_string() argument
694 …OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &oc… in php_oci_collection_element_set_string()