Searched refs:h_csize (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h173 int h_csize; /* size of config section */ member in struct:cfgheader
H A Dcfg.c118 cfp->cf_head->h_cparse, cfp->cf_head->h_csize,
986 if (cfp->cf_head->h_csize + strlen(buf) > CFG_DEFAULT_SSIZE) {
1468 (void) fprintf(stderr, "callocing %d for initial reads\n", hd->h_csize);
1471 hd->h_ccopy1 = (char *)calloc(hd->h_csize, sizeof (char));
1472 hd->h_ccopy2 = (char *)calloc(hd->h_csize, sizeof (char));
1493 hd->h_csize = 0;
1581 readsize = cfp->cf_head->h_csize;
1807 cfp->cf_head->h_csize);
1821 cfp->cf_head->h_csize);
2109 + cfp->cf_head->h_csize
[all...]
H A Dcfg_local.c401 cfp->cf_head->h_csize += len;
405 " %d l_free %u\n h_csize %d\n",
408 cfp->cf_head->h_cfgs[table_index].l_free, cfp->cf_head->h_csize);
486 ch->h_csize -= len;
604 cfp->cf_head->h_csize += diff;

Completed in 26 milliseconds