Lines Matching defs:start

104 			const char *s, int *off, const u_char *start,
110 int index, const u_char *start, u_char *buf,
113 const u_char *start, const u_char *buf,
183 const char *s, int *off, const u_char *const start,
186 return ng_parse_composite(type, s, off, start, buf, buflen, CT_STRUCT);
198 const u_char *const start, u_char *buf, int *buflen)
203 "{}", &off, start, buf, buflen, CT_STRUCT);
237 const char *s, int *off, const u_char *const start,
241 s, off, start, buf, buflen, CT_FIXEDARRAY);
254 const u_char *const start, u_char *buf, int *buflen)
259 "[]", &off, start, buf, buflen, CT_FIXEDARRAY);
286 const char *s, int *off, const u_char *const start,
289 return ng_parse_composite(type, s, off, start, buf, buflen, CT_ARRAY);
301 const u_char *const start, u_char *buf, int *buflen)
306 "[]", &off, start, buf, buflen, CT_ARRAY);
333 const char *s, int *off, const u_char *const start,
384 const u_char *const start, u_char *buf, int *buflen)
428 const char *s, int *off, const u_char *const start,
480 const u_char *const start, u_char *buf, int *buflen)
524 const char *s, int *off, const u_char *const start,
579 const u_char *const start, u_char *buf, int *buflen)
623 const char *s, int *off, const u_char *const start,
674 const u_char *const start, u_char *buf, int *buflen)
718 const char *s, int *off, const u_char *const start,
755 const u_char *const start, u_char *buf, int *buflen)
781 const char *s, int *off, const u_char *const start,
818 const u_char *const start, u_char *buf, int *buflen)
885 const char *s, int *off, const u_char *const start,
928 const u_char *const start, u_char *buf, int *buflen)
953 const char *s, int *off, const u_char *const start,
960 s, off, start, buf + i, buflen)) != 0)
990 const u_char *const start, u_char *buf, int *buflen)
1017 const char *s, int *const off, const u_char *const start,
1074 const u_char *start, const u_char *buf)
1078 return (*getLength)(type, start, buf);
1094 const char *s, int *off, const u_char *const start,
1106 arraylen = (*getLength)(type, start, buf);
1126 return ng_array_parse(&subtype, s, off, start, buf, buflen);
1143 const u_char *const start, u_char *buf, int *buflen)
1149 return ng_array_getDefault(&subtype, start, buf, buflen);
1169 const u_char *start, const u_char *buf)
1200 int *off, const u_char *const start, u_char *const buf, int *buflen,
1203 const int num = ng_get_composite_len(type, start, buf, ctype);
1344 start, buf + blen, &vlen, ctype);
1348 s, off, start, buf + blen, &vlen);
1472 int index, const u_char *const start, u_char *buf, int *buflen,
1487 index, start, buf, buflen);
1497 index, start, buf, buflen);
1510 return (*func)(etype, start, buf, buflen);
1518 const u_char *const start, const u_char *buf,
1540 return (*ai->getLength)(type, start, buf);
1732 int start, off;
1737 start = *startp;
1740 cbuf = malloc(strlen(s + start), M_NETGRAPH_PARSE, M_NOWAIT);
1743 strcpy(cbuf, s + start + 1);