Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8_lob.c89 descriptor->charset_id = connection->charset; in php_oci_lob_create()
296 ub2 charset_id = 0; in php_oci_lob_read() local
298 …rstatus, OCILobCharSetId, (connection->env, connection->err, descriptor->descriptor, &charset_id)); in php_oci_lob_read()
306 if (charset_id > 0) { /* charset_id is always > 0 for [N]CLOBs */ in php_oci_lob_read()
351 (ub2) descriptor->charset_id, /* The character set ID of the buffer data. */ in php_oci_lob_read()
431 (ub2) descriptor->charset_id, in php_oci_lob_write()
738 (ub2) descriptor->charset_id, in php_oci_lob_import()
H A Dphp_oci8_int.h184 ub2 charset_id; /* charset ID */ member
292 ub2 charset_id; /* charset ID */ member
H A Doci8_statement.c638 …tatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->charset_id, (ub4 *)0, OCI_A… in php_oci_statement_execute()

Completed in 13 milliseconds