Home | History | Annotate | Download | only in radius

Lines Matching defs:fdlen

1300 	size_t fdlen = -1;
1320 fdlen = dlen;
1326 buf = os_malloc(fdlen);
1329 os_memcpy(buf, fdata, fdlen);
1330 buflen = fdlen;