Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8_collection.c43 …php_oci_collection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, in… in php_oci_collection_create() argument
70 (ub4) tdo_len, in php_oci_collection_create()
H A Dphp_oci8_int.h464 …php_oci_collection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, in…
H A Doci8_interface.c2565 size_t tdo_len, schema_len = 0; in PHP_FUNCTION() local
2567 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs|s", &z_connection, &tdo, &tdo_len, &schema, &schema… in PHP_FUNCTION()
2573 …if ( (collection = php_oci_collection_create(connection, tdo, (int) tdo_len, schema, (int) schema_… in PHP_FUNCTION()

Completed in 23 milliseconds