Searched refs:compLen (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp892 int len, maxLength, compLen, aliasLen; local
954 compLen = alias->getLength();
955 ok = (maxLength > (len + compLen));
957 strlcpy( nextComp, alias->getCStringNoCopy(), compLen + 1);
959 compLen = maxLength - len;
960 ok = entry->getPathComponent( nextComp + 1, &compLen, plane );
962 if( ok && compLen) {
963 compLen++;
969 len += compLen;
970 nextComp += compLen;
[all...]
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_deflate.c1118 unsigned long compCRC, compLen; local
1127 compLen = getLong(ctx->stream.next_in);
1128 if (ctx->stream.total_out != compLen) {
1133 ctx->stream.total_out, compLen);
1316 unsigned long compCRC, compLen; local
1324 compLen = getLong(ctx->validation_buffer);
1325 if (ctx->stream.total_out != compLen) {

Completed in 111 milliseconds