Home
last modified time | relevance | path

Searched refs:hdls (Results 1 – 25 of 90) sorted by relevance

1234

/dports/net/libnpupnp/libnpupnp-4.1.5/src/gena/
H A Dgena_ctrlpt.cpp339 CurlGuard hdls; in gena_subscribe() local
343 hdls.htalk = curl_easy_init(); in gena_subscribe()
347 curl_easy_setopt(hdls.htalk, CURLOPT_URL, urlforcurl.c_str()); in gena_subscribe()
350 curl_easy_setopt(hdls.htalk, CURLOPT_HEADERDATA, &http_headers); in gena_subscribe()
354 hdls.hlist = curl_slist_append(hdls.hlist, cbheader.c_str()); in gena_subscribe()
357 hdls.hlist = curl_slist_append(hdls.hlist, "NT: upnp:event"); in gena_subscribe()
359 hdls.hlist = curl_slist_append( in gena_subscribe()
362 hdls.hlist = curl_slist_append( in gena_subscribe()
364 hdls.hlist = curl_slist_append( in gena_subscribe()
366 curl_easy_setopt(hdls.htalk, CURLOPT_HTTPHEADER, hdls.hlist); in gena_subscribe()
[all …]
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dshell.c186 e->hdls[0] = e->hdls[1] = e->hdls[2] = -1; in prepare_env_io()
564 if (ep->hdls[0] != -1) in cleanup_envirpart()
567 ep->hdls[0] = -1; in cleanup_envirpart()
569 if (ep->hdls[1] != -1) in cleanup_envirpart()
572 ep->hdls[1] = -1; in cleanup_envirpart()
574 if (ep->hdls[2] != -1) in cleanup_envirpart()
577 ep->hdls[2] = -1; in cleanup_envirpart()
1309 if (env->input.hdls[0] != -1) TSD->OS->close(env->input.hdls[0], NULL) ; in posix_do_command()
1310 if (env->output.hdls[1] != -1) TSD->OS->close(env->output.hdls[1], NULL) ; in posix_do_command()
1311 if (env->error.hdls[1] != -1) TSD->OS->close(env->error.hdls[1], NULL) ; in posix_do_command()
[all …]
H A Dos_other.c209 #define SET_MAXHDLS(ep) SET_MAXHDL(ep.hdls[0]); SET_MAXHDL(ep.hdls[1]) in Oth_fork_exec()
212 STD_REDIR(env->input.hdls[0], 0, saved_in); in Oth_fork_exec()
213 STD_REDIR(env->output.hdls[1], 1, saved_out); in Oth_fork_exec()
221 STD_REDIR(env->error.hdls[1], 2, saved_err); in Oth_fork_exec()
462 if ((ep->hdls[0] = local_mkstemp(TSD, name)) == -1) in Oth_open_subprocess_connection()
470 if ((ep->hdls[1] = dup(ep->hdls[0])) == -1) in Oth_open_subprocess_connection()
473 close(ep->hdls[0]); in Oth_open_subprocess_connection()
474 ep->hdls[0] = -1; in Oth_open_subprocess_connection()
H A Dos_win.c267 if (env->input.hdls[0] != -1) in Win_fork_exec()
293 env->input.hdls[2] = (int) sinfo.hStdInput; in Win_fork_exec()
296 sinfo.hStdInput = (HANDLE) env->input.hdls[0]; in Win_fork_exec()
300 if (env->output.hdls[1] != -1) in Win_fork_exec()
315 env->output.hdls[2] = (int) sinfo.hStdOutput; in Win_fork_exec()
324 else if (env->error.hdls[1] != -1) in Win_fork_exec()
339 env->error.hdls[2] = (int) sinfo.hStdError; in Win_fork_exec()
600 ep->hdls[0] = (int) out; in Win_open_subprocess_connection()
601 ep->hdls[1] = (int) in; in Win_open_subprocess_connection()
605 ep->hdls[0] = (int) in; in Win_open_subprocess_connection()
[all …]
H A Dos_os2.c209 #define SET_MAXHDLS(ep) SET_MAXHDL(ep.hdls[0]); SET_MAXHDL(ep.hdls[1]) in Os2_fork_exec()
212 STD_REDIR(env->input.hdls[0], 0, saved_in); in Os2_fork_exec()
213 STD_REDIR(env->output.hdls[1], 1, saved_out); in Os2_fork_exec()
221 STD_REDIR(env->error.hdls[1], 2, saved_err); in Os2_fork_exec()
492 ep->hdls[0] = (int) out; in Os2_open_subprocess_connection()
493 ep->hdls[1] = (int) in; in Os2_open_subprocess_connection()
497 ep->hdls[0] = (int) in; in Os2_open_subprocess_connection()
498 ep->hdls[1] = (int) out; in Os2_open_subprocess_connection()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dfield.c11 BITCODE_H *childs, *hdls; in api_process() local
35 hdls = _obj->childs; in api_process()
38 if (hdls[i] == childs[i]) in api_process()
46 hdls = _obj->objects; in api_process()
49 if (hdls[i] == objects[i]) in api_process()
H A Dlayer_control.c9 BITCODE_H *entries, *hdls; in api_process() local
15 if (!dwg_dynapi_entity_value (ctrl, "LAYER_CONTROL", "entries", &hdls, NULL)) in api_process()
19 if (hdls[i] == entries[i]) in api_process()
H A Dview_control.c9 BITCODE_H *entries, *hdls; in api_process() local
15 if (!dwg_dynapi_entity_value (ctrl, "VIEW_CONTROL", "entries", &hdls, NULL)) in api_process()
19 if (hdls[i] == entries[i]) in api_process()
H A Dvport_control.c9 BITCODE_H *entries, *hdls; in api_process() local
15 if (!dwg_dynapi_entity_value (ctrl, "VPORT_CONTROL", "entries", &hdls, NULL)) in api_process()
19 if (hdls[i] == entries[i]) in api_process()
H A Dvx_control.c9 BITCODE_H *entries, *hdls; in api_process() local
15 if (!dwg_dynapi_entity_value (ctrl, "VX_CONTROL", "entries", &hdls, NULL)) in api_process()
19 if (hdls[i] == entries[i]) in api_process()
H A Ducs_control.c9 BITCODE_H *entries, *hdls; in api_process() local
15 if (!dwg_dynapi_entity_value (ctrl, "UCS_CONTROL", "entries", &hdls, NULL)) in api_process()
19 if (hdls[i] == entries[i]) in api_process()
H A Dstyle_control.c9 BITCODE_H *entries, *hdls; in api_process() local
15 if (!dwg_dynapi_entity_value (ctrl, "STYLE_CONTROL", "entries", &hdls, NULL)) in api_process()
19 if (hdls[i] == entries[i]) in api_process()
H A Dappid_control.c9 BITCODE_H *entries, *hdls; in api_process() local
15 if (!dwg_dynapi_entity_value (ctrl, "APPID_CONTROL", "entries", &hdls, NULL)) in api_process()
19 if (hdls[i] == entries[i]) in api_process()
H A Didbuffer.c10 BITCODE_H *obj_ids, *hdls; in api_process() local
18 hdls = _obj->obj_ids; in api_process()
21 if (hdls[i] == obj_ids[i]) in api_process()
H A Dfieldlist.c10 BITCODE_H *fields, *hdls; in api_process() local
18 hdls = _obj->fields; in api_process()
21 if (hdls[i] == fields[i]) in api_process()
H A Dblock_control.c9 BITCODE_H *entries, *hdls; in api_process() local
17 if (!dwg_dynapi_entity_value (block_control, "BLOCK_CONTROL", "entries", &hdls, NULL)) in api_process()
21 if (hdls[i] == entries[i]) in api_process()
H A Dltype_control.c9 BITCODE_H *entries, *hdls; in api_process() local
17 if (!dwg_dynapi_entity_value (ctrl, "LTYPE_CONTROL", "entries", &hdls, NULL)) in api_process()
22 if (hdls[i] == entries[i]) in api_process()
H A Ddimstyle_control.c9 BITCODE_H *entries, *hdls; in api_process() local
17 if (!dwg_dynapi_entity_value (ctrl, "DIMSTYLE_CONTROL", "entries", &hdls, NULL)) in api_process()
21 if (hdls[i] == entries[i]) in api_process()
H A Dgroup.c12 BITCODE_H *groups, *hdls; in api_process() local
23 hdls = _obj->groups; in api_process()
26 if (hdls[i] == groups[i]) in api_process()
H A Dsortentstable.c11 BITCODE_H *ents, *hdls; in api_process() local
21 hdls = _obj->ents; in api_process()
24 if (hdls[i] == ents[i]) in api_process()
H A Ddictionary.c12 BITCODE_H *itemhandles, *hdls; in api_process() local
24 hdls = dictionary->itemhandles; in api_process()
28 if (hdls[i] == itemhandles[i]) in api_process()
H A Ddictionarywdflt.c12 BITCODE_H *itemhandles, *hdls; in api_process() local
26 hdls = _obj->itemhandles; in api_process()
30 if (hdls[i] == itemhandles[i]) in api_process()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibmenus.c518 cdata.handles = hdls; in Nlm_SetChoiceHandles()
2824 if (hdls != NULL) { in Nlm_RemovePopupList()
2893 if (hdls != NULL) { in Nlm_RemoveChoiceGroup()
3044 hdls[i] = NULL; in Nlm_ResetPopList()
4123 Nlm_ItemTool *hdls; in Nlm_AppendChoice() local
4147 if (hdls == NULL) { in Nlm_AppendChoice()
4151 if ( hdls ) { in Nlm_AppendChoice()
4179 Nlm_ItemTool *hdls; in Nlm_AppendPopList() local
4206 if (hdls != NULL) { in Nlm_AppendPopList()
4359 if (hdls == NULL) { in Nlm_AppendOnePopListChoice()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/metadataengine/exiftool/
H A Dexiftoolparser.cpp45 d->hdls << connect(d->proc, &ExifToolProcess::signalCmdCompleted, in ExifToolParser()
48 d->hdls << connect(d->proc, &ExifToolProcess::signalErrorOccurred, in ExifToolParser()
51 d->hdls << connect(d->proc, &ExifToolProcess::signalFinished, in ExifToolParser()
68 foreach (QMetaObject::Connection hdl, d->hdls) in ~ExifToolParser()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_multi_transcode/src/
H A Dsample_multi_transcode.cpp113 std::vector<mfxHDL> hdls; in Init() local
193 hdls.push_back(hdl); in Init()
197 if (!m_pAllocParams.empty() && !hdls.empty()) in Init()
200 hdls.push_back(hdls.back()); in Init()
242 hdls.push_back(hdl); in Init()
249 hdls.push_back(hdls.back()); in Init()
340 hdls.push_back(hdl); in Init()
347 hdls.push_back(hdls.back()); in Init()
361 hdls.push_back(NULL); in Init()
366 hdls.push_back(NULL); in Init()
[all …]

1234