Searched refs:tdo_len (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/oci8/ |
H A D | oci8_collection.c | 47 …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 D | oci8_interface.c | 2380 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 11 milliseconds