Searched refs:piecep (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/pdo_oci/ |
H A D | oci_statement.c | 187 …tx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *alenp, ub1 *piecep, dvoid **indpp) /*… in oci_bind_input_cb() argument 215 *piecep = OCI_ONE_PIECE; in oci_bind_input_cb() 219 …, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub… in oci_bind_output_cb() argument 234 *piecep = OCI_ONE_PIECE; in oci_bind_output_cb() 254 *piecep = OCI_ONE_PIECE; in oci_bind_output_cb() 481 ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub2 **rcodepp) in oci_define_callback() argument 489 *piecep = OCI_ONE_PIECE; in oci_define_callback()
|
/PHP-5.6/ext/oci8/ |
H A D | oci8_statement.c | 249 ub1 in_outp, piecep; in php_oci_statement_fetch() local 304 &piecep in php_oci_statement_fetch() 327 piecep, in php_oci_statement_fetch() 436 *piecep = OCI_ONE_PIECE; in php_oci_define_callback() 466 *piecep = OCI_ONE_PIECE; in php_oci_define_callback() 1321 ub1 *piecep, /* which piece */ in php_oci_bind_in_callback() argument 1358 *piecep = OCI_ONE_PIECE; /* pass all data in one go */ in php_oci_bind_in_callback() 1373 ub1 *piecep, /* which piece */ in php_oci_bind_out_callback() argument 1392 *piecep = OCI_ONE_PIECE; in php_oci_bind_out_callback() 1418 *piecep = OCI_ONE_PIECE; in php_oci_bind_out_callback() [all …]
|
H A D | php_oci8_int.h | 481 …ictxp, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *alenp, ub1 *piecep, dvoid **indpp); 482 …, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub…
|
Completed in 18 milliseconds