Lines Matching defs:buf
59 char *buf;
78 buf = MALLOC(len);
80 fc_ptr2cell(dropin_name), fc_ptr2cell(buf), len, &result);
82 FREE(buf);
86 if (check_fcode_header(dropin_name, (uchar_t *)buf, len) == 0)
93 PUSH(DS, (fstack_t)buf);
239 char *method, *path, *buf;
269 buf = MALLOC(len);
271 fc_ptr2cell(method), fc_ptr2cell(buf), len, &result);
273 FREE(buf);
278 if (check_fcode_header(dropin_name, (uchar_t *)buf, len) == 0)
283 func_name, method, buf, (int)len);
284 PUSH(DS, (fstack_t)buf);