Searched defs:mysql_result (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-sql/
H A Ddriver-mysql.c48 struct mysql_result { struct
354 struct mysql_result *result;
357 result = i_new(struct mysql_result, 1);
393 struct mysql_result *result = (struct mysql_result *)_result;
406 struct mysql_result *result = (struct mysql_result *)_result;
427 static void driver_mysql_result_fetch_fields(struct mysql_result *result)
439 struct mysql_result *result = (struct mysql_result *)_resul
[all...]

Completed in 11 milliseconds