OCIBind          1243 ext/oci8/oci8_statement.c 			(OCIBind **)&bindp->bind,		 /* bind hdl (will alloc) */
OCIBind          1314 ext/oci8/oci8_statement.c 					OCIBind *bindp,	  /* bind handle */
OCIBind          1366 ext/oci8/oci8_statement.c 					OCIBind *bindp,	   /* bind handle */
OCIBind          1605 ext/oci8/oci8_statement.c 								(OCIBind **)&bindp->bind,
OCIBind           239 ext/oci8/php_oci8_int.h 	OCIBind				*bind;					/* bind handle */
OCIBind           481 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           482 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           187 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           219 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            73 ext/pdo_oci/php_pdo_oci_int.h 	OCIBind		*bind;	/* allocated by OCI */