Home
last modified time | relevance | path

Searched refs:nb_bound (Results 1 – 17 of 17) sorted by relevance

/dports/databases/libgda5/libgda-5.2.10/tools/browser/common/
H A Dfavorites-actions.c29 return act2->nb_bound - act1->nb_bound; in actions_sort_func()
71 gint nb_bound = 0; in gda_tools_favorites_get_actions() local
109 nb_bound++; in gda_tools_favorites_get_actions()
113 if (nb_bound > 0) { in gda_tools_favorites_get_actions()
123 act->nb_bound = nb_bound; in gda_tools_favorites_get_actions()
H A Dfavorites-actions.h34 gint nb_bound; /* number of GdaHolders in @params which are bound member
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/browser/common/
H A Dfavorites-actions.c29 return act2->nb_bound - act1->nb_bound; in actions_sort_func()
71 gint nb_bound = 0; in gda_tools_favorites_get_actions() local
109 nb_bound++; in gda_tools_favorites_get_actions()
113 if (nb_bound > 0) { in gda_tools_favorites_get_actions()
123 act->nb_bound = nb_bound; in gda_tools_favorites_get_actions()
H A Dfavorites-actions.h34 gint nb_bound; /* number of GdaHolders in @params which are bound member
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/common/
H A Dfavorites-actions.c29 return act2->nb_bound - act1->nb_bound; in actions_sort_func()
71 gint nb_bound = 0; in gda_tools_favorites_get_actions() local
109 nb_bound++; in gda_tools_favorites_get_actions()
113 if (nb_bound > 0) { in gda_tools_favorites_get_actions()
123 act->nb_bound = nb_bound; in gda_tools_favorites_get_actions()
H A Dfavorites-actions.h34 gint nb_bound; /* number of GdaHolders in @params which are bound member
/dports/databases/libgda5-ui/libgda-5.2.10/tools/browser/common/
H A Dfavorites-actions.c29 return act2->nb_bound - act1->nb_bound; in actions_sort_func()
71 gint nb_bound = 0; in gda_tools_favorites_get_actions() local
109 nb_bound++; in gda_tools_favorites_get_actions()
113 if (nb_bound > 0) { in gda_tools_favorites_get_actions()
123 act->nb_bound = nb_bound; in gda_tools_favorites_get_actions()
H A Dfavorites-actions.h34 gint nb_bound; /* number of GdaHolders in @params which are bound
/dports/databases/libgda5-bdb/libgda-5.2.10/tools/browser/common/
H A Dfavorites-actions.c29 return act2->nb_bound - act1->nb_bound;
71 gint nb_bound = 0;
109 nb_bound++;
113 if (nb_bound > 0) {
123 act->nb_bound = nb_bound;
H A Dfavorites-actions.h34 gint nb_bound; /* number of GdaHolders in @params which are bound member
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/browser/common/
H A Dfavorites-actions.c29 return act2->nb_bound - act1->nb_bound; in freeArena()
71 gint nb_bound = 0;
109 nb_bound++;
113 if (nb_bound > 0) {
123 act->nb_bound = nb_bound;
H A Dfavorites-actions.h34 gint nb_bound; /* number of GdaHolders in @params which are bound member
/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/browser/common/
H A Dfavorites-actions.c29 return act2->nb_bound - act1->nb_bound;
71 gint nb_bound = 0; in main()
109 nb_bound++; in main()
113 if (nb_bound > 0) { in main()
123 act->nb_bound = nb_bound; in main()
H A Dfavorites-actions.h34 gint nb_bound; /* number of GdaHolders in @params which are bound member
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo_resize.h68 return nb_bound( size() - n ); in nb_reduce()
75 tlm_fifo<T>::nb_bound( unsigned int new_size ) { in nb_bound() function
H A Dtlm_fifo.h109 bool nb_bound( unsigned int n );
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_core/tlm_1/tlm_req_rsp/tlm_1_interfaces/
H A Dtlm_fifo_ifs.h82 virtual bool nb_bound( unsigned int n ) = 0;