Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_lob.c90 descriptor->charset_id = connection->charset; in php_oci_lob_create()
297 ub2 charset_id = 0; in php_oci_lob_read() local
299 …errcode, OCILobCharSetId, (connection->env, connection->err, descriptor->descriptor, &charset_id)); in php_oci_lob_read()
307 if (charset_id > 0) { /* charset_id is always > 0 for [N]CLOBs */ in php_oci_lob_read()
353 (ub2) descriptor->charset_id, /* The character set ID of the buffer data. */ in php_oci_lob_read()
384 (ub2) descriptor->charset_id, /* The character set ID of the buffer data. */ in php_oci_lob_read()
462 (ub2) descriptor->charset_id, in php_oci_lob_write()
755 (ub2) descriptor->charset_id,
H A Dphp_oci8_int.h159 ub2 charset_id; /* charset ID */ member
251 ub2 charset_id; /* charset ID */ member
H A Doci8_statement.c539 …rcode, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->charset_id, (ub4 *)0, OCI_A… in php_oci_statement_execute()

Completed in 14 milliseconds