Lines Matching refs:errmsg
88 if (einfo->errmsg) { in _pdo_mysql_error()
89 pefree(einfo->errmsg, dbh->is_persistent); in _pdo_mysql_error()
90 einfo->errmsg = NULL; in _pdo_mysql_error()
95 einfo->errmsg = pestrdup( in _pdo_mysql_error()
102 einfo->errmsg = pestrdup( in _pdo_mysql_error()
108 einfo->errmsg = pestrdup(mysql_error(H->server), dbh->is_persistent); in _pdo_mysql_error()
131 *pdo_err, einfo->errcode, einfo->errmsg); in _pdo_mysql_error()
155 add_next_index_string(info, einfo->errmsg, 1); in pdo_mysql_fetch_error_func()
174 if (H->einfo.errmsg) { in mysql_handle_closer()
175 pefree(H->einfo.errmsg, dbh->is_persistent); in mysql_handle_closer()
176 H->einfo.errmsg = NULL; in mysql_handle_closer()
602 H->einfo.errmsg = NULL;