Lines Matching defs:space
311 * len points to the amount of available space in buf
312 * space counts the memory consumed by every function
324 size_t space = sizeof(struct nat44_cfg_redir);
337 space += c * sizeof(struct nat44_cfg_spool);
339 return (space);
347 size_t space;
353 space = sizeof(struct nat44_cfg_redir);
364 space += sizeof(struct nat44_cfg_spool);
380 return (space);
386 size_t space = sizeof(struct nat44_cfg_redir);
399 space += c * sizeof(struct nat44_cfg_spool);
401 return (space);
409 size_t space;
419 space = sizeof(struct nat44_cfg_redir);
531 space += sizeof(struct nat44_cfg_spool);
565 return (space);
573 size_t space;
579 space = sizeof(struct nat44_cfg_redir);
622 return (space);
878 /* Offset in buf: save space for header at the beginning. */