Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_collection.c384 int php_oci_collection_append_string(php_oci_collection *collection, char *element, int element_len in php_oci_collection_append_string()
390 …ingAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); in php_oci_collection_append_string()
419 int php_oci_collection_append(php_oci_collection *collection, char *element, int element_len TSRMLS… in php_oci_collection_append()
421 if (element_len == 0) { in php_oci_collection_append()
427 return php_oci_collection_append_date(collection, element, element_len TSRMLS_CC); in php_oci_collection_append()
431 return php_oci_collection_append_string(collection, element, element_len TSRMLS_CC); in php_oci_collection_append()
445 return php_oci_collection_append_number(collection, element, element_len TSRMLS_CC); in php_oci_collection_append()
673 …nt_set_string(php_oci_collection *collection, long index, char *element, int element_len TSRMLS_DC) in php_oci_collection_element_set_string()
679 …ingAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); in php_oci_collection_element_set_string()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2653 const uint element_len = strlen(element); local
2655 data = safe_estrndup(element, element_len);
2656 data_len = element_len;
6589 const size_t element_len = strlen(element); local
6591 data = safe_estrndup(element, element_len);
6592 data_len = element_len;

Completed in 21 milliseconds