Home
last modified time | relevance | path

Searched refs:hbuf (Results 1 – 25 of 2141) sorted by relevance

12345678910>>...86

/dports/mail/mailutils/mailutils-3.13/libmailutils/mime/
H A Dmimehdrset.c114 if (hbuf->line_max == 0) in mime_store_parameter()
180 hbuf->line_len = 0; in mime_store_parameter()
184 hbuf->line_max) in mime_store_parameter()
187 hbuf->line_len = 0; in mime_store_parameter()
189 hbuf->line_max) in mime_store_parameter()
204 hbuf->line_len += nlen; in mime_store_parameter()
210 if (hbuf->line_max <= (hbuf->line_len + quote + vlen)) in mime_store_parameter()
216 sz = hbuf->line_max - (hbuf->line_len + quote + vlen); in mime_store_parameter()
240 hbuf->line_len += nr; in mime_store_parameter()
261 hbuf->line_len += l; in mime_header_format()
[all …]
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dhbuf.c422 hbuf = g_list_first(hbuf); in hbuf_jump_date()
424 for ( ; hbuf && g_list_next(hbuf); hbuf = g_list_next(hbuf)) { in hbuf_jump_date()
438 hbuf = g_list_first(hbuf); in hbuf_jump_percent()
452 hbuf = g_list_last(hbuf); in hbuf_jump_readmark()
453 for ( ; hbuf; hbuf = g_list_previous(hbuf)) { in hbuf_jump_readmark()
490 for (hbuf = g_list_first(hbuf); hbuf; hbuf = g_list_next(hbuf)) { in hbuf_dump_to_file()
530 hbuf = g_list_last(hbuf); in hbuf_remove_receipt()
532 for ( ; hbuf; hbuf = g_list_previous(hbuf)) { in hbuf_remove_receipt()
568 for ( ; hbuf; hbuf = g_list_previous(hbuf)) { in hbuf_set_readmark()
585 hbuf = g_list_last(hbuf); in hbuf_remove_trailing_readmark()
[all …]
H A Dhbuf.h50 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
51 GList *hbuf_search(GList *hbuf, int direction, const char *string);
52 GList *hbuf_jump_date(GList *hbuf, time_t t);
53 GList *hbuf_jump_percent(GList *hbuf, int pc);
54 GList *hbuf_jump_readmark(GList *hbuf);
55 gboolean hbuf_remove_receipt(GList *hbuf, gconstpointer xep184);
56 void hbuf_set_readmark(GList *hbuf, gboolean action);
57 void hbuf_remove_trailing_readmark(GList *hbuf);
59 void hbuf_dump_to_file(GList *hbuf, const char *filename);
/dports/net/proxychains-ng/proxychains-ng-4.15/tests/
H A Dtest_getnameinfo.c15 #define CLR() { hbuf[0] = 0; sbuf[0] = 0; }
19 char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV]; in main() local
25 if ((ret = getnameinfo((void*)sa, 0, hbuf, sizeof(hbuf), sbuf, in main()
27 printf("host=%s, serv=%s\n", hbuf, sbuf); in main()
34 if ((ret = getnameinfo((void*)sa, sizeof a, hbuf, sizeof(hbuf), sbuf, in main()
36 printf("host=%s, serv=%s\n", hbuf, sbuf); in main()
47 printf("host=%s, serv=%s\n", hbuf, sbuf); in main()
81 if ((ret = getnameinfo((void*)sa, sizeof a, hbuf, sizeof hbuf, sbuf, in main()
91 if ((ret = getnameinfo((void*)sa, sizeof a, hbuf, sizeof(hbuf), sbuf, in main()
106 if ((ret = getnameinfo((void*)sb, sizeof b, hbuf, sizeof(hbuf), sbuf, in main()
[all …]
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/lib/libucsi/atsc/
H A Datsc_text.c540 hbuf->buf = buf; in huffbuff_init()
541 hbuf->buf_len = buf_len; in huffbuff_init()
552 if (hbuf->cur_byte >= hbuf->buf_len) { in huffbuff_bits()
557 if (hbuf->buf[hbuf->cur_byte] & (0x80 >> hbuf->cur_bit)) in huffbuff_bits()
560 if (++hbuf->cur_bit > 7) { in huffbuff_bits()
561 hbuf->cur_byte++; in huffbuff_bits()
562 hbuf->cur_bit = 0; in huffbuff_bits()
627 while(hbuf->cur_byte < hbuf->buf_len) { in huffman_decode_uncompressed()
660 struct huffbuff hbuf; in huffman_decode() local
667 huffbuff_init(&hbuf, src, srclen); in huffman_decode()
[all …]
/dports/devel/libphk/Libphk/
H A Dphk_ihex.c147 up = hbuf; in PhkIhexRead()
161 cc += hbuf[u]; in PhkIhexRead()
162 ll = hbuf[0]; in PhkIhexRead()
163 aaaa = (hbuf[1] << 8) | hbuf[2]; in PhkIhexRead()
164 tt = hbuf[3]; in PhkIhexRead()
219 memset(hbuf, 0x55, sizeof hbuf);
220 i = GetIntelHex(&ihf, 0x0, sizeof hbuf, hbuf);
221 printf("i = %d \n%+H\n", i, hbuf, sizeof hbuf);
229 memset(hbuf, 0x55, sizeof hbuf);
230 i = GetIntelHex(&ihf, 0x0, sizeof hbuf, hbuf);
[all …]
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqebics/client/
H A Dp_sign_x002.c24 GWEN_BUFFER *hbuf; in EBC_Provider_SignMessage_X002() local
73 hbuf=GWEN_Buffer_new(0, 256, 0, 1); in EBC_Provider_SignMessage_X002()
76 hbuf, 0); in EBC_Provider_SignMessage_X002()
79 GWEN_Buffer_free(hbuf); in EBC_Provider_SignMessage_X002()
114 GWEN_Buffer_free(hbuf); in EBC_Provider_SignMessage_X002()
138 hbuf=GWEN_Buffer_new(0, 256, 0, 1); in EBC_Provider_SignMessage_X002()
163 GWEN_Buffer_free(hbuf); in EBC_Provider_SignMessage_X002()
170 GWEN_Buffer_Reset(hbuf); in EBC_Provider_SignMessage_X002()
173 hbuf, 0); in EBC_Provider_SignMessage_X002()
176 GWEN_Buffer_free(hbuf); in EBC_Provider_SignMessage_X002()
[all …]
H A Dp_sign_x001.c24 GWEN_BUFFER *hbuf; in EBC_Provider_SignMessage_X001() local
73 hbuf=GWEN_Buffer_new(0, 256, 0, 1); in EBC_Provider_SignMessage_X001()
76 hbuf, 0); in EBC_Provider_SignMessage_X001()
79 GWEN_Buffer_free(hbuf); in EBC_Provider_SignMessage_X001()
114 GWEN_Buffer_free(hbuf); in EBC_Provider_SignMessage_X001()
138 hbuf=GWEN_Buffer_new(0, 256, 0, 1); in EBC_Provider_SignMessage_X001()
163 GWEN_Buffer_free(hbuf); in EBC_Provider_SignMessage_X001()
170 GWEN_Buffer_Reset(hbuf); in EBC_Provider_SignMessage_X001()
173 hbuf, 0); in EBC_Provider_SignMessage_X001()
176 GWEN_Buffer_free(hbuf); in EBC_Provider_SignMessage_X001()
[all …]
H A Dprovider.c774 GWEN_BUFFER *hbuf; in EBC_Provider_AddBankPubKeyDigests() local
814 GWEN_Buffer_free(hbuf); in EBC_Provider_AddBankPubKeyDigests()
821 GWEN_Buffer_free(hbuf); in EBC_Provider_AddBankPubKeyDigests()
842 GWEN_Buffer_free(hbuf); in EBC_Provider_AddBankPubKeyDigests()
888 GWEN_Buffer_free(hbuf); in EBC_Provider_AddBankPubKeyDigests()
909 GWEN_Buffer_free(hbuf); in EBC_Provider_AddBankPubKeyDigests()
939 GWEN_BUFFER *hbuf; in EBC_Provider_FillDataEncryptionInfoNode() local
986 GWEN_Buffer_free(hbuf); in EBC_Provider_FillDataEncryptionInfoNode()
1007 GWEN_Buffer_free(hbuf); in EBC_Provider_FillDataEncryptionInfoNode()
1024 GWEN_Buffer_free(hbuf); in EBC_Provider_FillDataEncryptionInfoNode()
[all …]
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqhbci/msglayer/
H A Dmsgcrypt_pintan.c136 GWEN_BUFFER *hbuf; in AH_Msg_SignPinTan() local
139 if (hbuf==NULL) { in AH_Msg_SignPinTan()
149 GWEN_Buffer_free(hbuf); in AH_Msg_SignPinTan()
153 GWEN_BUFFER *hbuf; in AH_Msg_SignPinTan() local
156 if (hbuf==NULL) { in AH_Msg_SignPinTan()
185 GWEN_BUFFER *hbuf; in AH_Msg_EncryptPinTan() local
253 hmsg->buffer=hbuf; in AH_Msg_EncryptPinTan()
526 GWEN_BUFFER *hbuf; in _pinTanCreateSigHead() local
593 return hbuf; in _pinTanCreateSigHead()
601 GWEN_BUFFER *hbuf; in _pinTanCreateSigTail() local
[all …]
/dports/math/plplot/plplot-5.15.0/bindings/tk/
H A Dtcpip.c426 unsigned char hbuf[8];
468 header[0] |= (unsigned int) ( hbuf[j++] << 24 );
469 header[0] |= (unsigned int) ( hbuf[j++] << 16 );
470 header[0] |= (unsigned int) ( hbuf[j++] << 8 );
471 header[0] |= hbuf[j++];
474 header[1] |= (unsigned int) ( hbuf[j++] << 24 );
475 header[1] |= (unsigned int) ( hbuf[j++] << 16 );
476 header[1] |= (unsigned int) ( hbuf[j++] << 8 );
477 header[1] |= hbuf[j++];
640 unsigned char hbuf[8];
[all …]
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk/
H A Dtcpip.c426 unsigned char hbuf[8]; in pl_PacketReceive() local
468 header[0] |= (unsigned int) ( hbuf[j++] << 24 ); in pl_PacketReceive()
469 header[0] |= (unsigned int) ( hbuf[j++] << 16 ); in pl_PacketReceive()
470 header[0] |= (unsigned int) ( hbuf[j++] << 8 ); in pl_PacketReceive()
471 header[0] |= hbuf[j++]; in pl_PacketReceive()
474 header[1] |= (unsigned int) ( hbuf[j++] << 24 ); in pl_PacketReceive()
475 header[1] |= (unsigned int) ( hbuf[j++] << 16 ); in pl_PacketReceive()
476 header[1] |= (unsigned int) ( hbuf[j++] << 8 ); in pl_PacketReceive()
477 header[1] |= hbuf[j++]; in pl_PacketReceive()
640 unsigned char hbuf[8]; in pl_PacketSend() local
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-rtdb/
H A Dsrtdb_f2c.c25 int hbuf; local
40 *handle = (Integer) hbuf;
58 int hbuf = (int) *handle; local
64 if (srtdb_close(hbuf, mbuf))
82 int hbuf = (int) *handle; local
126 int hbuf = (int) *handle; local
162 int hbuf = (int) *handle; local
191 int hbuf = (int) *handle; local
220 int hbuf = (int) *handle; local
296 int hbuf = (int) *handle; local
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-rtdb/
H A Dsrtdb_f2c.c25 int hbuf; local
40 *handle = (Integer) hbuf;
58 int hbuf = (int) *handle; local
64 if (srtdb_close(hbuf, mbuf))
82 int hbuf = (int) *handle; local
126 int hbuf = (int) *handle; local
162 int hbuf = (int) *handle; local
191 int hbuf = (int) *handle; local
220 int hbuf = (int) *handle; local
296 int hbuf = (int) *handle; local
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/rtdb/
H A Drtdb_f2c.c115 int hbuf; local
130 *handle = (Integer) hbuf;
146 int hbuf = (int) *handle; local
152 if (rtdb_clone(hbuf, mbuf))
166 int hbuf = (int) *handle; local
187 int hbuf = (int) *handle; local
193 if (rtdb_close(hbuf, mbuf))
211 int hbuf = (int) *handle; local
255 int hbuf = (int) *handle; local
291 int hbuf = (int) *handle; local
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/rtdb/
H A Drtdb_f2c.c115 int hbuf; local
130 *handle = (Integer) hbuf;
146 int hbuf = (int) *handle; local
152 if (rtdb_clone(hbuf, mbuf))
166 int hbuf = (int) *handle; local
187 int hbuf = (int) *handle; local
193 if (rtdb_close(hbuf, mbuf))
211 int hbuf = (int) *handle; local
255 int hbuf = (int) *handle; local
291 int hbuf = (int) *handle; local
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/tests/gold_tests/pluginTest/tsapi/
H A Dtest_tsapi.cc54 testsForReqHdr(char const *desc, TSMBuffer hbuf, TSMLoc hloc) in testsForReqHdr() argument
88 if (TSHttpHdrUrlGet(hbuf, hloc, &url_loc) != TS_SUCCESS) { in testsForReqHdr()
102 scheme_data = TSUrlRawSchemeGet(hbuf, url_loc, &scheme_len); in testsForReqHdr()
138 TSMBuffer hbuf; in testsForReadReqHdrHook() local
141 if (TSHttpTxnClientReqGet(txn, &hbuf, &hloc) != TS_SUCCESS) { in testsForReadReqHdrHook()
145 testsForReqHdr("Client Request", hbuf, hloc); in testsForReadReqHdrHook()
146 TSHandleMLocRelease(hbuf, TS_NULL_MLOC, hloc); in testsForReadReqHdrHook()
157 TSMBuffer hbuf; in testsForSendReqHdrHook() local
160 if (TSHttpTxnServerReqGet(txn, &hbuf, &hloc) != TS_SUCCESS) { in testsForSendReqHdrHook()
164 testsForReqHdr("Request To Server", hbuf, hloc); in testsForSendReqHdrHook()
[all …]
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/gui/
H A Dgui_passwd.c154 GWEN_BUFFER *hbuf; in GWEN_Gui_Internal_GetPassword() local
157 hbuf=GWEN_Buffer_new(0, 64, 0, 1); in GWEN_Gui_Internal_GetPassword()
158 GWEN_Gui__HashPair(token, buffer, hbuf); in GWEN_Gui_Internal_GetPassword()
162 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
190 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
193 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
230 GWEN_BUFFER *hbuf; in GWEN_Gui_Internal_SetPasswordStatus() local
233 hbuf=GWEN_Buffer_new(0, 64, 0, 1); in GWEN_Gui_Internal_SetPasswordStatus()
234 GWEN_Gui__HashPair(token, pin, hbuf); in GWEN_Gui_Internal_SetPasswordStatus()
237 GWEN_Buffer_GetStart(hbuf), in GWEN_Gui_Internal_SetPasswordStatus()
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/gui/
H A Dgui_passwd.c154 GWEN_BUFFER *hbuf; in GWEN_Gui_Internal_GetPassword() local
157 hbuf=GWEN_Buffer_new(0, 64, 0, 1); in GWEN_Gui_Internal_GetPassword()
158 GWEN_Gui__HashPair(token, buffer, hbuf); in GWEN_Gui_Internal_GetPassword()
162 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
190 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
193 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
230 GWEN_BUFFER *hbuf; in GWEN_Gui_Internal_SetPasswordStatus() local
233 hbuf=GWEN_Buffer_new(0, 64, 0, 1); in GWEN_Gui_Internal_SetPasswordStatus()
234 GWEN_Gui__HashPair(token, pin, hbuf); in GWEN_Gui_Internal_SetPasswordStatus()
237 GWEN_Buffer_GetStart(hbuf), in GWEN_Gui_Internal_SetPasswordStatus()
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/gui/
H A Dgui_passwd.c154 GWEN_BUFFER *hbuf; in GWEN_Gui_Internal_GetPassword() local
157 hbuf=GWEN_Buffer_new(0, 64, 0, 1); in GWEN_Gui_Internal_GetPassword()
158 GWEN_Gui__HashPair(token, buffer, hbuf); in GWEN_Gui_Internal_GetPassword()
162 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
190 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
193 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
230 GWEN_BUFFER *hbuf; in GWEN_Gui_Internal_SetPasswordStatus() local
233 hbuf=GWEN_Buffer_new(0, 64, 0, 1); in GWEN_Gui_Internal_SetPasswordStatus()
234 GWEN_Gui__HashPair(token, pin, hbuf); in GWEN_Gui_Internal_SetPasswordStatus()
237 GWEN_Buffer_GetStart(hbuf), in GWEN_Gui_Internal_SetPasswordStatus()
[all …]
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/gui/
H A Dgui_passwd.c154 GWEN_BUFFER *hbuf; in GWEN_Gui_Internal_GetPassword() local
157 hbuf=GWEN_Buffer_new(0, 64, 0, 1); in GWEN_Gui_Internal_GetPassword()
158 GWEN_Gui__HashPair(token, buffer, hbuf); in GWEN_Gui_Internal_GetPassword()
162 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
190 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
193 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
230 GWEN_BUFFER *hbuf; in GWEN_Gui_Internal_SetPasswordStatus() local
233 hbuf=GWEN_Buffer_new(0, 64, 0, 1); in GWEN_Gui_Internal_SetPasswordStatus()
234 GWEN_Gui__HashPair(token, pin, hbuf); in GWEN_Gui_Internal_SetPasswordStatus()
237 GWEN_Buffer_GetStart(hbuf), in GWEN_Gui_Internal_SetPasswordStatus()
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/gui/
H A Dgui_passwd.c154 GWEN_BUFFER *hbuf; in GWEN_Gui_Internal_GetPassword() local
157 hbuf=GWEN_Buffer_new(0, 64, 0, 1); in GWEN_Gui_Internal_GetPassword()
158 GWEN_Gui__HashPair(token, buffer, hbuf); in GWEN_Gui_Internal_GetPassword()
162 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
190 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
193 GWEN_Buffer_free(hbuf); in GWEN_Gui_Internal_GetPassword()
230 GWEN_BUFFER *hbuf; in GWEN_Gui_Internal_SetPasswordStatus() local
233 hbuf=GWEN_Buffer_new(0, 64, 0, 1); in GWEN_Gui_Internal_SetPasswordStatus()
234 GWEN_Gui__HashPair(token, pin, hbuf); in GWEN_Gui_Internal_SetPasswordStatus()
237 GWEN_Buffer_GetStart(hbuf), in GWEN_Gui_Internal_SetPasswordStatus()
[all …]
/dports/www/p5-ClearSilver/clearsilver-0.10.5/mod_ecs/
H A Dmod_ecs.c101 HEADER_BUF hbuf; member
135 if (hbuf->loc > hbuf->len) in h_getline()
138 ret = buf_getline (hbuf->buf + hbuf->loc, hbuf->len - hbuf->loc, buf, len, &(hbuf->nonl)); in h_getline()
139 hbuf->loc += ret; in h_getline()
155 nonl = hbuf->nonl; in header_write()
160 if (hbuf->len + len > hbuf->max) in header_write()
162 hbuf->max *= 2; in header_write()
163 if (hbuf->len + len > hbuf->max) in header_write()
167 hbuf->buf = (char *) realloc ((void *)(hbuf->buf), hbuf->max); in header_write()
169 memcpy (hbuf->buf + hbuf->len, buf, len); in header_write()
[all …]
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/mod_ecs/
H A Dmod_ecs.c101 HEADER_BUF hbuf; member
135 if (hbuf->loc > hbuf->len) in h_getline()
138 ret = buf_getline (hbuf->buf + hbuf->loc, hbuf->len - hbuf->loc, buf, len, &(hbuf->nonl)); in h_getline()
139 hbuf->loc += ret; in h_getline()
155 nonl = hbuf->nonl; in header_write()
160 if (hbuf->len + len > hbuf->max) in header_write()
162 hbuf->max *= 2; in header_write()
163 if (hbuf->len + len > hbuf->max) in header_write()
167 hbuf->buf = (char *) realloc ((void *)(hbuf->buf), hbuf->max); in header_write()
169 memcpy (hbuf->buf + hbuf->len, buf, len); in header_write()
[all …]
/dports/www/clearsilver/clearsilver-0.10.5/mod_ecs/
H A Dmod_ecs.c101 HEADER_BUF hbuf; member
135 if (hbuf->loc > hbuf->len) in h_getline()
138 ret = buf_getline (hbuf->buf + hbuf->loc, hbuf->len - hbuf->loc, buf, len, &(hbuf->nonl)); in h_getline()
139 hbuf->loc += ret; in h_getline()
155 nonl = hbuf->nonl; in header_write()
160 if (hbuf->len + len > hbuf->max) in header_write()
162 hbuf->max *= 2; in header_write()
163 if (hbuf->len + len > hbuf->max) in header_write()
167 hbuf->buf = (char *) realloc ((void *)(hbuf->buf), hbuf->max); in header_write()
169 memcpy (hbuf->buf + hbuf->len, buf, len); in header_write()
[all …]

12345678910>>...86