Searched refs:charset_id (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/oci8/ |
H A D | oci8_lob.c | 89 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 D | php_oci8_int.h | 184 ub2 charset_id; /* charset ID */ member 292 ub2 charset_id; /* charset ID */ member
|
H A D | oci8_statement.c | 638 …tatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->charset_id, (ub4 *)0, OCI_A… in php_oci_statement_execute()
|
Completed in 29 milliseconds