Home
last modified time | relevance | path

Searched refs:AG_GetUint (Results 1 – 9 of 9) sorted by relevance

/dports/devel/agar/agar-1.5.0/core/
H A Ddb_mysql.c95 …if (AG_GetUint(db,"ssl-verify-cert") == 1) { mysql_options(my, MYSQL_OPT_SSL_VERIFY_SERVER_CERT, … in Open()
96 if (AG_GetUint(db,"secure-auth") == 1) { mysql_options(my, MYSQL_SECURE_AUTH, &b); } in Open()
111 …if ((i = AG_GetUint(db,"read-timeout")) != 0) { mysql_options(my, MYSQL_OPT_READ_TIMEOUT, (const … in Open()
112 …if ((i = AG_GetUint(db,"write-timeout")) != 0) { mysql_options(my, MYSQL_OPT_WRITE_TIMEOUT, (cons… in Open()
113 …if (AG_GetUint(db,"reconnect") == 1) { mysql_options(my, MYSQL_OPT_RECONNECT, (const char *)&b);… in Open()
H A Dvariable.h173 Uint AG_GetUint(void *, const char *);
H A D.manlinks.mk858 MANLINKS+=AG_Variable.3:AG_GetUint.3
859 CATLINKS+=AG_Variable.cat3:AG_GetUint.cat3
H A Dvariable.c494 AG_GetUint(void *obj, const char *name) in AG_GetUint() function
/dports/devel/agar/agar-1.5.0/p5-Agar/
H A DConfig.xs108 RETVAL = AG_GetUint(self, name);
H A DObject.xs158 RETVAL = AG_GetUint(self, name);
/dports/devel/agar/agar-1.5.0/ada-gui/
H A Dag_widget.c240 return AG_GetUint (w, binding); in agar_gui_widget_get_unsigned()
/dports/devel/agar/agar-1.5.0/gui/
H A Dtext.c292 Uint flags = (pflags >= 0) ? pflags : AG_GetUint(cfg,"font.flags"); in AG_FetchFont()
/dports/devel/agar/agar-1.5.0/ada-core/
H A Dagar-core-thin.ads.sh1188 -- proc_map : AG_GetUint${size}