Home
last modified time | relevance | path

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

/PHP-5.3/ext/pdo_oci/
H A Doci_statement.c601 struct oci_lob_self { struct
610 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_write() argument
630 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_read()
652 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_close()
667 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_flush()
674 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_seek()
699 struct oci_lob_self *self = ecalloc(1, sizeof(*self)); in oci_create_lob_stream()

Completed in 5 milliseconds