HomeSort by: relevance | last modified time | path
    Searched refs:tmpLen (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
limits.c 893 (WHATSLEFT <= (tmpLen = snprintf args) ? -1 : ((void) (ptr += tmpLen), 0))
903 ber_len_t tmpLen; /* Used by ptr_APPEND_FMT*() */
960 ber_len_t tmpLen; /* Used by ptr_APPEND_FMT*() */
  /src/crypto/external/cpl/trousers/dist/src/tspi/
obj_context.c 1156 UINT32 tmpLen, entityValueLen;
1171 entityValueLen, entityValuePtr, &tmpLen,
1175 /* offset is the amount of data before the block we encrypted and tmpLen is
1177 encLen = offset + tmpLen;
1184 memcpy(&pEnc[offset], tmpEnc, tmpLen);

Completed in 61 milliseconds