Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_collection.c47 …php_oci_collection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, in… in php_oci_collection_create() argument
69 (ub4) tdo_len, in php_oci_collection_create()
H A Doci8_interface.c2380 int tdo_len, schema_len = 0; local
2382 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|s", &z_connection, &tdo, &tdo_len, &schem…
2388 …if ( (collection = php_oci_collection_create(connection, tdo, tdo_len, schema, schema_len TSRMLS_C…

Completed in 18 milliseconds