Home
last modified time | relevance | path

Searched refs:new_con (Results 1 – 25 of 146) sorted by relevance

123456

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_amqp/
H A Dmod_amqp_connection.c189 mod_amqp_connection_t *new_con = switch_core_alloc(pool, sizeof(mod_amqp_connection_t)); in mod_amqp_connection_create() local
200 new_con->name = switch_core_strdup(pool, name); in mod_amqp_connection_create()
201 new_con->state = NULL; in mod_amqp_connection_create()
202 new_con->next = NULL; in mod_amqp_connection_create()
239 new_con->hostname = hostname ? hostname : "localhost"; in mod_amqp_connection_create()
240 new_con->virtualhost = virtualhost ? virtualhost : "/"; in mod_amqp_connection_create()
241 new_con->username = username ? username : "guest"; in mod_amqp_connection_create()
242 new_con->password = password ? password : "guest"; in mod_amqp_connection_create()
243 new_con->port = port ? port : 5672; in mod_amqp_connection_create()
244 new_con->heartbeat = heartbeat ? heartbeat : 0; in mod_amqp_connection_create()
[all …]
/dports/lang/seed7/seed7/src/
H A Dcon_inf.c235 consoleType new_con; in create_console() local
240 if (new_con != NULL) { in create_console()
249 if (new_con->char_data != NULL && new_con->chars != NULL && in create_console()
250 new_con->attrib_data != NULL && new_con->attributes != NULL && in create_console()
253 new_con->chars[line] = &new_con->char_data[line * width]; in create_console()
254 new_con->attributes[line] = &new_con->attrib_data[line * width]; in create_console()
266 new_con = NULL; in create_console()
271 return new_con; in create_console()
285 consoleType new_con; in resize_console() local
305 if (new_con != NULL) { in resize_console()
[all …]
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/pengine/
H A Dutils.c29 pe__location_t *new_con = NULL; in rsc2node_new() local
39 new_con = calloc(1, sizeof(pe__location_t)); in rsc2node_new()
40 if (new_con != NULL) { in rsc2node_new()
41 new_con->id = strdup(id); in rsc2node_new()
42 new_con->rsc_lh = rsc; in rsc2node_new()
43 new_con->node_list_rh = NULL; in rsc2node_new()
44 new_con->role_filter = RSC_ROLE_UNKNOWN; in rsc2node_new()
48 new_con->discover_mode = pe_discover_always; in rsc2node_new()
50 new_con->discover_mode = pe_discover_never; in rsc2node_new()
52 new_con->discover_mode = pe_discover_exclusive; in rsc2node_new()
[all …]
/dports/devel/libcutl/libcutl-1.10.0/cutl/compiler/
H A Dcxx-indenter.txx43 construct new_con (construct_); in put() local
52 construct_ = new_con = con_other; in put()
59 construct_ = new_con = con_pp_dir; in put()
88 new_con = con_other; in put()
90 construct_ = new_con = con_string_lit; in put()
121 new_con = con_other; in put()
123 construct_ = new_con = con_char_lit; in put()
134 construct_ = new_con = con_cxx_com; in put()
140 construct_ = new_con = con_other; in put()
150 construct_ = new_con = con_c_com; in put()
[all …]
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/compiler/
H A Dcxx-indenter.txx43 construct new_con (construct_); in put() local
52 construct_ = new_con = con_other; in put()
59 construct_ = new_con = con_pp_dir; in put()
88 new_con = con_other; in put()
90 construct_ = new_con = con_string_lit; in put()
121 new_con = con_other; in put()
123 construct_ = new_con = con_char_lit; in put()
134 construct_ = new_con = con_cxx_com; in put()
140 construct_ = new_con = con_other; in put()
150 construct_ = new_con = con_c_com; in put()
[all …]
/dports/cad/alliance/alliance/src/ring/src/
H A Dstruct.c813 (new_con->coord)->xabs = x;
814 (new_con->coord)->yabs = y;
817 (new_con->coord)->proprio = (void * ) new_con;
818 new_con->deport = NULL;
819 new_con->face = face;
820 new_con->deport = NULL;
821 new_con->largeur = width;
822 new_con->layer = layer;
823 new_con->suiv = NULL;
824 new_con->prec = NULL;
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DComponents.c78 global func OnCompletionChange(int old_con, int new_con) in OnCompletionChange() argument
81 return _inherited(old_con, new_con, ...); in OnCompletionChange()
91 var new_cnt = Max(def_cnt * new_con / 100000, 0); in OnCompletionChange()
98 return _inherited(old_con, new_con, ...); in OnCompletionChange()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/pacemaker/
H A Dpcmk_sched_utils.c21 pe__location_t *new_con = NULL; in rsc2node_new() local
31 new_con = calloc(1, sizeof(pe__location_t)); in rsc2node_new()
32 if (new_con != NULL) { in rsc2node_new()
33 new_con->id = strdup(id); in rsc2node_new()
34 new_con->rsc_lh = rsc; in rsc2node_new()
35 new_con->node_list_rh = NULL; in rsc2node_new()
36 new_con->role_filter = RSC_ROLE_UNKNOWN; in rsc2node_new()
40 new_con->discover_mode = pe_discover_always; in rsc2node_new()
42 new_con->discover_mode = pe_discover_never; in rsc2node_new()
44 new_con->discover_mode = pe_discover_exclusive; in rsc2node_new()
[all …]
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp278 Connection *new_con = createConnection(source, target); in endConnection() local
280 if (new_con != 0) { in endConnection()
281 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
282 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
285 addConnection(new_con); in endConnection()
286 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
287 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
293 setSelected(new_con, true); in endConnection()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/designer/src/components/buddyeditor/
H A Dbuddyeditor.cpp249 Connection *new_con = createConnection(source, target); in endConnection() local
251 if (new_con != nullptr) { in endConnection()
252 new_con->setEndPoint(EndPoint::Source, source, tmp_con->endPointPos(EndPoint::Source)); in endConnection()
253 new_con->setEndPoint(EndPoint::Target, target, tmp_con->endPointPos(EndPoint::Target)); in endConnection()
256 addConnection(new_con); in endConnection()
257 QLabel *source = qobject_cast<QLabel*>(new_con->widget(EndPoint::Source)); in endConnection()
258 QWidget *target = new_con->widget(EndPoint::Target); in endConnection()
264 setSelected(new_con, true); in endConnection()
/dports/lang/php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_unix.c418 char *con, *new_con; in fpm_unix_init_child() local
425 new_con = malloc(strlen(con) + strlen(wp->config->apparmor_hat) + 3); // // + 0 Byte in fpm_unix_init_child()
426 if (!new_con) { in fpm_unix_init_child()
432 if (0 > sprintf(new_con, "%s//%s", con, wp->config->apparmor_hat)) { in fpm_unix_init_child()
435 free(new_con); in fpm_unix_init_child()
439 if (0 > aa_change_profile(new_con)) { in fpm_unix_init_child()
440 …s read and writeable and \"change_profile -> %s//*\" is allowed.", wp->config->name, new_con, con); in fpm_unix_init_child()
442 free(new_con); in fpm_unix_init_child()
447 free(new_con); in fpm_unix_init_child()

123456