Searched defs:propSize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c993 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
1005 res = LzmaDec_AllocateProbs(&p, propData, propSize, alloc);
992 LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc) argument
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c2866 int propSize; local
2988 if ((propSize = strlen(propVal)) >
2992 (void) strncpy(diskLu->pid, propVal, propSize);
2996 if ((propSize = strlen(propVal)) >
3000 (void) strncpy(diskLu->serialNum, propVal, propSize);
3010 if ((propSize = strlen(propVal)) >
3014 (void) strncpy(diskLu->vid, propVal, propSize);

Completed in 65 milliseconds