Lines Matching refs:errmsg
73 if (einfo->errmsg) { in _pdo_mysql_error()
74 pefree(einfo->errmsg, dbh->is_persistent); in _pdo_mysql_error()
75 einfo->errmsg = NULL; in _pdo_mysql_error()
80 einfo->errmsg = pestrdup( in _pdo_mysql_error()
87 einfo->errmsg = pestrdup( in _pdo_mysql_error()
93 einfo->errmsg = pestrdup(mysql_error(H->server), dbh->is_persistent); in _pdo_mysql_error()
109 *pdo_err, einfo->errcode, einfo->errmsg); in _pdo_mysql_error()
133 add_next_index_string(info, einfo->errmsg, 1); in pdo_mysql_fetch_error_func()
152 if (H->einfo.errmsg) { in mysql_handle_closer()
153 pefree(H->einfo.errmsg, dbh->is_persistent); in mysql_handle_closer()
154 H->einfo.errmsg = NULL; in mysql_handle_closer()
580 H->einfo.errmsg = NULL;