z_descriptor      171 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      175 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE) {
z_descriptor      180 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      196 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      209 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os|l", &z_descriptor, oci_lob_class_entry_ptr, &data, &data_len, &offset) == FAILURE) {
z_descriptor      214 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      237 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      253 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "Op", &z_descriptor, oci_lob_class_entry_ptr, &filename, &filename_len) == FAILURE) {
z_descriptor      255 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &z_descriptor, oci_lob_class_entry_ptr, &filename, &filename_len) == FAILURE) {
z_descriptor      269 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      287 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      293 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE) {
z_descriptor      298 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      324 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      336 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &z_descriptor, oci_lob_class_entry_ptr, &length) == FAILURE) {
z_descriptor      341 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      371 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      376 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE) {
z_descriptor      381 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      401 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      405 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE) {
z_descriptor      410 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      425 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      429 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE) {
z_descriptor      434 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      451 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      462 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol|l", &z_descriptor, oci_lob_class_entry_ptr, &offset, &whence) == FAILURE) {
z_descriptor      467 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      507 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      512 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE) {
z_descriptor      517 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      535 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      552 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os|l", &z_descriptor, oci_lob_class_entry_ptr, &data, &data_len, &write_len) == FAILURE) {
z_descriptor      561 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      622 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      633 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|l", &z_descriptor, oci_lob_class_entry_ptr, &trim_length) == FAILURE) {
z_descriptor      638 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      662 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      683 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|ll", &z_descriptor, oci_lob_class_entry_ptr, &offset, &length) == FAILURE) {
z_descriptor      698 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      716 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      726 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|l", &z_descriptor, oci_lob_class_entry_ptr, &flush_flag) == FAILURE) {
z_descriptor      731 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      754 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      764 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ob", &z_descriptor, oci_lob_class_entry_ptr, &flag) == FAILURE) {
z_descriptor      769 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      787 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      791 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE) {
z_descriptor      796 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor      892 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor      921 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "Op|ll", &z_descriptor, oci_lob_class_entry_ptr, &filename, &filename_len, &start, &length) == FAILURE) {
z_descriptor      923 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os|ll", &z_descriptor, oci_lob_class_entry_ptr, &filename, &filename_len, &start, &length) == FAILURE) {
z_descriptor      946 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor     1030 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor     1042 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os|l", &z_descriptor, oci_lob_class_entry_ptr, &data, &data_len, &type) == FAILURE) {
z_descriptor     1047 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
z_descriptor     1065 ext/oci8/oci8_interface.c 	zval *tmp, *z_descriptor = getThis();
z_descriptor     1069 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILURE) {
z_descriptor     1074 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {