Home
last modified time | relevance | path

Searched defs:ctx_s (Results 1 – 2 of 2) sorted by relevance

/dports/net/addrwatch/addrwatch-1.0.2/src/
H A Daddrwatch_mysql.c26 struct ctx_s { struct
27 int foreground;
28 char *config_file;
29 char *prefix;
30 MYSQL *dbh;
31 MYSQL_STMT *stmt;
32 MYSQL_BIND bind[7];
33 struct {
45 } bind_data;
/dports/sysutils/smenu/smenu-0.9.18/
H A Dctxopt.c1329 struct ctx_s struct
1331 char * name;
1332 ll_t * opt_list; /* list of options allowed in this context. */
1333 ll_t * incomp_list; /* list of strings containing incompatible names *
1335 ll_t * req_list; /* list of strings containing an option name and *
1339 int (*action)(char * name, int type, char * new_ctx, int ctx_nb_data,
1341 void * par_bst;
1342 int nb_data;
1343 void ** data;