Searched refs:tdo_len (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/oci8/ |
H A D | oci8_collection.c | 41 …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 D | oci8_interface.c | 2291 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 D | php_oci8_int.h | 462 …php_oci_collection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, in…
|
Completed in 28 milliseconds