Searched refs:pcomp (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/lib/libpuffs/
H A Dpaths.c223 char *path, *pcomp; local
231 pcomp = po_comp->po_path;
232 pcomp += offset;
233 while (*pcomp == '/') {
234 pcomp++;
239 if (complen == 2 && strcmp(pcomp, "..") == 0)
284 strncat(path, pcomp, complen);
/netbsd-current/external/bsd/nsd/dist/
H A Dixfr.c82 static void pktcompression_init(struct pktcompression* pcomp) argument
84 pcomp->alloc_now = 0;
85 pcomp->alloc_max = sizeof(pcomp->block);
86 pcomp->region = NULL;
87 pcomp->tree.root = RBTREE_NULL;
88 pcomp->tree.count = 0;
89 pcomp->tree.region = NULL;
90 pcomp->tree.cmp = &compression_cmp;
94 static void pktcompression_freeup(struct pktcompression* pcomp) argument
106 pktcompression_alloc(struct pktcompression* pcomp, size_t s) argument
127 pktcompression_find(struct pktcompression* pcomp, const uint8_t* dname, size_t len) argument
141 pktcompression_insert(struct pktcompression* pcomp, const uint8_t* dname, size_t len, uint16_t offset) argument
161 pktcompression_insert_with_labels(struct pktcompression* pcomp, uint8_t* dname, size_t len, uint16_t offset) argument
214 pktcompression_write_dname(struct buffer* packet, struct pktcompression* pcomp, const uint8_t* rr, size_t rrlen) argument
263 ixfr_write_rr_pkt(struct query* query, struct buffer* packet, struct pktcompression* pcomp, const uint8_t* rr, size_t rrlen, uint16_t total_added) argument
670 ixfr_copy_rrs_into_packet(struct query* query, struct pktcompression* pcomp) argument
744 struct pktcompression pcomp; local
[all...]
/netbsd-current/sys/fs/cd9660/
H A Dcd9660_rrip.c117 ISO_RRIP_SLINK_COMPONENT *pcomp; local
123 pcomp = (ISO_RRIP_SLINK_COMPONENT *)p->component;
134 pcomp < pcompe;
135 pcomp = (ISO_RRIP_SLINK_COMPONENT *)((char *)pcomp + ISO_RRIP_SLSIZ
136 + isonum_711(pcomp->clen))) {
149 switch (*pcomp->cflag) {
188 wlen = isonum_711(pcomp->clen);
189 inbuf = pcomp->name;
/netbsd-current/sys/dev/i2c/
H A Dmpl115a.c235 int32_t c12x2, a1, a1x2, y1, a2x2, pcomp; local
252 pcomp = y1 + a2x2;
255 pre_kpa1 = pcomp * (115 - 50);
/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
H A Dpppol2tp.c199 int pcomp,
279 int pcomp,
197 send_config_pppol2tp(int mtu, u_int32_t asyncmap, int pcomp, int accomp) argument
277 recv_config_pppol2tp(int mru, u_int32_t asyncmap, int pcomp, int accomp) argument
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dmain.c1111 ppp_send_config(int unit, int mtu, u_int32_t accm, int pcomp, int accomp) argument
1118 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
1129 ppp_recv_config(int unit, int mru, u_int32_t accm, int pcomp, int accomp) argument
1136 (*the_channel->recv_config)(mru, accm, pcomp, accomp);
H A Dtty.c808 tty_do_send_config(int mtu, u_int32_t accm, int pcomp, int accomp) argument
811 tty_send_config(mtu, accm, pcomp, accomp);
/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppoe/
H A Dplugin.c277 int pcomp,
275 PPPOERecvConfig(int mru, u_int32_t asyncmap, int pcomp, int accomp) argument
/netbsd-current/external/bsd/ppp/usr.sbin/pppd/
H A Dsys-bsd.c1218 tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp) argument
1230 x = pcomp? x | SC_COMP_PROT: x &~ SC_COMP_PROT;
1253 tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp) argument

Completed in 300 milliseconds