Home
last modified time | relevance | path

Searched refs:i_c_unix (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/bmeps/dktools-4.31.1/src/printqd/
H A Dprintqd.c1161 static dk4_sto_it_t *i_c_unix = NULL; variable
3947 i_c_unix = NULL; in outer_allocate_resources()
3960 i_c_unix = dk4sto_it_open(s_c_unix, NULL); in outer_allocate_resources()
3961 if (NULL == i_c_unix) { in outer_allocate_resources()
4020 if (NULL != i_c_unix) { in outer_release_resources()
4021 dk4sto_it_reset(i_c_unix); in outer_release_resources()
4023 plc = (pqd_l_conn_t *)dk4sto_it_next(i_c_unix); in outer_release_resources()
4032 dk4sto_it_close(i_c_unix); in outer_release_resources()
4034 i_c_unix = NULL; in outer_release_resources()
6639 dk4sto_it_reset(i_c_unix); in one_pass()
[all …]
H A Dprintqd.ctr1202 static dk4_sto_it_t *i_c_unix = NULL;
3988 i_c_unix = NULL;
4001 i_c_unix = dk4sto_it_open(s_c_unix, NULL);
4002 if (NULL == i_c_unix) { $? "! allocation (2)"
4061 if (NULL != i_c_unix) {
4062 dk4sto_it_reset(i_c_unix);
4064 plc = (pqd_l_conn_t *)dk4sto_it_next(i_c_unix);
4073 dk4sto_it_close(i_c_unix);
4075 i_c_unix = NULL;
6680 dk4sto_it_reset(i_c_unix);
[all …]