Searched refs:charset_id (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/oci8/ |
H A D | oci8_lob.c | 87 descriptor->charset_id = connection->charset; in php_oci_lob_create() 294 ub2 charset_id = 0; in php_oci_lob_read() local 296 …rstatus, OCILobCharSetId, (connection->env, connection->err, descriptor->descriptor, &charset_id)); in php_oci_lob_read() 304 if (charset_id > 0) { /* charset_id is always > 0 for [N]CLOBs */ in php_oci_lob_read() 349 (ub2) descriptor->charset_id, /* The character set ID of the buffer data. */ in php_oci_lob_read() 429 (ub2) descriptor->charset_id, in php_oci_lob_write() 736 (ub2) descriptor->charset_id, in php_oci_lob_import()
|
H A D | php_oci8_int.h | 182 ub2 charset_id; /* charset ID */ member 290 ub2 charset_id; /* charset ID */ member
|
H A D | oci8_statement.c | 636 …tatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->charset_id, (ub4 *)0, OCI_A… in php_oci_statement_execute()
|
Completed in 13 milliseconds