element_len 397 ext/oci8/oci8_collection.c int php_oci_collection_append_string(php_oci_collection *collection, char *element, int element_len TSRMLS_DC) element_len 404 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); element_len 435 ext/oci8/oci8_collection.c int php_oci_collection_append(php_oci_collection *collection, char *element, int element_len TSRMLS_DC) element_len 437 ext/oci8/oci8_collection.c if (element_len == 0) { element_len 443 ext/oci8/oci8_collection.c return php_oci_collection_append_date(collection, element, element_len TSRMLS_CC); element_len 447 ext/oci8/oci8_collection.c return php_oci_collection_append_string(collection, element, element_len TSRMLS_CC); element_len 461 ext/oci8/oci8_collection.c return php_oci_collection_append_number(collection, element, element_len TSRMLS_CC); element_len 697 ext/oci8/oci8_collection.c int php_oci_collection_element_set_string(php_oci_collection *collection, long index, char *element, int element_len TSRMLS_DC) element_len 704 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); element_len 451 ext/oci8/php_oci8_int.h int php_oci_collection_append(php_oci_collection *collection, char *element, int element_len TSRMLS_DC); element_len 457 ext/oci8/php_oci8_int.h int php_oci_collection_element_set_string(php_oci_collection *collection, long index, char *element, int element_len TSRMLS_DC); element_len 463 ext/oci8/php_oci8_int.h int php_oci_collection_append_string(php_oci_collection *collection, char *element, int element_len TSRMLS_DC); element_len 2764 ext/pgsql/pgsql.c const uint element_len = strlen(element); element_len 2766 ext/pgsql/pgsql.c data = safe_estrndup(element, element_len); element_len 2767 ext/pgsql/pgsql.c data_len = element_len; element_len 7040 ext/pgsql/pgsql.c const size_t element_len = strlen(element); element_len 7042 ext/pgsql/pgsql.c data = safe_estrndup(element, element_len); element_len 7043 ext/pgsql/pgsql.c data_len = element_len;