OCIBind          1261 ext/oci8/oci8_statement.c 			(OCIBind **)&bindp->bind,		 /* bind hdl (will alloc) */
OCIBind          1332 ext/oci8/oci8_statement.c 					OCIBind *bindp,	  /* bind handle */
OCIBind          1391 ext/oci8/oci8_statement.c 					OCIBind *bindp,	   /* bind handle */
OCIBind          1630 ext/oci8/oci8_statement.c 								(OCIBind **)&bind->bind,
OCIBind           246 ext/oci8/php_oci8_int.h 	OCIBind				*bind;					/* bind handle */
OCIBind           496 ext/oci8/php_oci8_int.h sb4 php_oci_bind_in_callback(dvoid *ictxp, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *alenp, ub1 *piecep, dvoid **indpp);
OCIBind           497 ext/oci8/php_oci8_int.h sb4 php_oci_bind_out_callback(dvoid *octxp, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub2 **rcodepp);
OCIBind           198 ext/pdo_oci/oci_statement.c static sb4 oci_bind_input_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *alenp, ub1 *piecep, dvoid **indpp) /* {{{ */
OCIBind           235 ext/pdo_oci/oci_statement.c static sb4 oci_bind_output_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub2 **rcodepp) /* {{{ */
OCIBind            74 ext/pdo_oci/php_pdo_oci_int.h 	OCIBind		*bind;	/* allocated by OCI */