tdo_len            47 ext/oci8/oci8_collection.c php_oci_collection *php_oci_collection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, int schema_len TSRMLS_DC)
tdo_len            70 ext/oci8/oci8_collection.c 			 (ub4) tdo_len,
tdo_len          2427 ext/oci8/oci8_interface.c 	int tdo_len, schema_len = 0;
tdo_len          2429 ext/oci8/oci8_interface.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|s", &z_connection, &tdo, &tdo_len, &schema, &schema_len) == FAILURE) {
tdo_len          2435 ext/oci8/oci8_interface.c 	if ( (collection = php_oci_collection_create(connection, tdo, tdo_len, schema, schema_len TSRMLS_CC)) ) {
tdo_len           447 ext/oci8/php_oci8_int.h php_oci_collection *php_oci_collection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, int schema_len TSRMLS_DC);