Lines Matching refs:tmp_buf
935 …text tmp_buf[PHP_OCI_ERRBUF_LEN]; /* Use traditional smaller size: non-PL/SQL errors should fit … in PHP_INI_END() local
946 …&& OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)O… in PHP_INI_END()
947 && *tmp_buf) { in PHP_INI_END()
948 php_error_docref(NULL, E_WARNING, "%s", tmp_buf); in PHP_INI_END()
975 …OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_… in PHP_INI_END()
978 int tmp_buf_len = (int) strlen((char *)tmp_buf); in PHP_INI_END()
980 if (tmp_buf_len > 0 && tmp_buf[tmp_buf_len - 1] == '\n') { in PHP_INI_END()
981 tmp_buf[tmp_buf_len - 1] = '\0'; in PHP_INI_END()
985 php_error_docref(NULL, E_WARNING, "Initialization error: OCI_SUCCESS_WITH_INFO: %s", tmp_buf); in PHP_INI_END()
987 php_error_docref(NULL, E_WARNING, "Initialization error: OCI_ERROR: %s", tmp_buf); in PHP_INI_END()
2109 text tmp_buf[PHP_OCI_ERRBUF_LEN]; in php_oci_connection_ping() local
2112 …OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYP… in php_oci_connection_ping()