Searched refs:pfsize (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/
H A Dencoding.h37 unsigned short pfsize; member in struct:encmaphdr
53 ** |PrefixMap * pfsize
74 ** encoding. The pfsize field holds the number of PrefixMaps, which should
H A DExpat.xs2008 pfxsize = ntohs(emh->pfsize);
/macosx-10.9.5/Libc-997.90.3/gen/
H A Ddisklabel.c87 pfsize[3], poffset[3], ptype[3]; local
147 strcpy(pfsize, "fx");
153 psize[1] = pbsize[1] = pfsize[1] = poffset[1] = ptype[1] = p;
158 getnumdflt(pp->p_fsize, pfsize, 0);
/macosx-10.9.5/curl-78.94.1/curl/packages/OS400/
H A Dccsidcurl.c1020 curl_off_t pfsize; local
1123 pfsize = data->set.postfieldsize;
1125 if (!s || !pfsize || ccsid == NOCONV_CCSID || ccsid == ASCII_CCSID) {
1130 if (pfsize == -1) {
1142 if (pfsize < 0 || pfsize > SIZE_MAX) {
1147 len = pfsize;
1148 pfsize = len * MAX_CONV_EXPANSION;
1150 if (pfsize > SIZE_MAX)
1151 pfsize
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmprofile.c659 static long pfsize(Vmalloc_t* vm, Void_t* addr) function
661 static long pfsize(vm, addr)
741 pfsize,

Completed in 478 milliseconds