Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8_collection.c41 …php_oci_collection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, in… in php_oci_collection_create() argument
64 (ub4) tdo_len, in php_oci_collection_create()
H A Doci8_interface.c2291 size_t tdo_len, schema_len = 0; in PHP_FUNCTION() local
2293 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs|s!", &z_connection, &tdo, &tdo_len, &schema, &schem… in PHP_FUNCTION()
2299 …if ( (collection = php_oci_collection_create(connection, tdo, (int) tdo_len, schema, (int) schema_… in PHP_FUNCTION()
H A Dphp_oci8_int.h462 …php_oci_collection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, in…

Completed in 15 milliseconds