Searched defs:lenp (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dmap_v4v6.c112 _map_v4v6_hostent(struct hostent *hp, char **bpp, int *lenp) argument
123 if (*lenp < (i + IN6ADDRSZ)) {
129 *lenp -= i;
133 *lenp -= IN6ADDRSZ;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfgetstr.c98 __fgetstr(FILE *fp, size_t *lenp, int sep) argument
105 _DIAGASSERT(lenp != NULL);
113 *lenp = 0;
128 *lenp = len = p - fp->_p;
175 *lenp = len;
182 *lenp = 0; /* ??? */
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dfilenet.c143 unsigned int *lenp; local
167 lenp = (unsigned int *) start - 1;
168 *lenp = len;
170 crFileWriteExact(conn, lenp, len + sizeof(int) );
H A Dudptcpip.c245 unsigned int *lenp; local
281 lenp = (unsigned int *) start - 1;
284 *lenp = SWAP32(len);
288 *lenp = len;
291 if ( __tcpip_write_exact( conn->tcp_socket, lenp, len + sizeof(*lenp) ) < 0 )
H A Dtcpip.c653 unsigned int *lenp; local
664 lenp = (unsigned int *) start - 1;
665 *lenp = conn->swap ? SWAP32(len) : len;
667 crTCPIPWriteExact(conn, lenp, len + sizeof(unsigned int));
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_idl.c256 NextIsRaw(input_data *data, char **startp, int *lenp) argument
280 *lenp = end - data->point + 2;
295 NextIsComment(input_data *data, char **startp, int *lenp) argument
303 *lenp = 0;
346 int *lenp)
436 *lenp = 0; /* this is magic, see the comment below */
441 FindSpecial(input_data *data, char **startp, int *lenp) argument
472 *lenp = point - data->point;
345 NextIsInclude(input_callback_state *callback_state, char **startp, int *lenp) argument
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dipcp.c363 static void ipcp_addci(fsm *f, u_char *ucp, int *lenp) argument
366 int len = *lenp;
425 *lenp -= len;
H A Dlcp.c515 static void lcp_addci(fsm *f, u_char *ucp, int *lenp) argument
575 if (ucp - start_ucp != *lenp) {
1159 int *lenp, /* Length of requested CIs */
1174 int l = *lenp; /* Length left */
1544 *lenp = (int)(next - inp);
1550 *lenp = (int)(nakp - nak_buffer);
1551 BCOPY(nak_buffer, inp, *lenp);
1554 *lenp = (int)(rejp - inp);
1157 lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree) argument
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dipcp.c348 ipcp_addci(fsm *f, u_char *ucp, int *lenp) argument
351 int len = *lenp;
413 *lenp -= len;
H A Dlcp.c562 lcp_addci(fsm *f, u_char *ucp, int *lenp) argument
621 if (ucp - start_ucp != *lenp) {
1225 int *lenp, /* Length of requested CIs */
1241 int l = *lenp; /* Length left */
1612 *lenp = (int)(next - inp);
1618 *lenp = (int)(nakp - nak_buffer);
1619 BCOPY(nak_buffer, inp, *lenp);
1622 *lenp = (int)(rejp - inp);
1223 lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree) argument
/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c212 int lenn, lenp; local
219 lenp = strlen((char *) prefix);
221 if ((memory == NULL) || (len < lenn + lenp + 2)) {
222 ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
230 memcpy(&ret[0], prefix, lenp);
231 ret[lenp] = ':';
232 memcpy(&ret[lenp + 1], ncname, lenn);
233 ret[lenn + lenp + 1] = 0;
H A Dxmlregexp.c4080 int lenn, lenp, ret; local
4094 lenp = strlen((char *) value);
4096 if (150 < lenn + lenp + 2) {
4097 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
4105 memcpy(&str[0], value, lenp);
4106 str[lenp] = XML_REG_STRING_SEPARATOR;
4107 memcpy(&str[lenp + 1], value2, lenn);
4108 str[lenn + lenp + 1] = 0;
5714 int lenn, lenp; local
5718 lenp
5776 int lenn, lenp; local
5846 int lenn, lenp; local
6001 int lenn, lenp; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c11739 uint32_t *lenp; local
11767 lenp = (uint32_t *)((uintptr_t)dp + difo[i].lenoffs);
11785 *lenp = subsec->dofs_size;
11791 *lenp /= subsec->dofs_entsize;

Completed in 169 milliseconds