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

  /src/crypto/external/apache2/openssl/dist/fuzz/
hashtable.c 125 FUZZER_VALUE *valptr, *lval; local
157 valptr = &prediction_table[keyval];
175 if (valptr->flags & FZ_FLAG_ALLOCATED) {
180 memcpy(&valptr->value, &buf[3], sizeof(uint64_t));
186 valptr, &lval);
189 valptr, NULL);
198 valptr->flags |= FZ_FLAG_ALLOCATED;
218 valptr = &prediction_table[keyval];
235 if (!(valptr->flags & FZ_FLAG_ALLOCATED))
256 * that the valptr is no longer allocate
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 1784 char *valptr = strchr(opt_geninfo, ':'); local
1786 if (valptr == NULL) {
1790 valptr[0] = '\0';
1791 valptr++;
1793 if (OPENSSL_strncasecmp(valptr, "int:", 4) != 0) {
1797 valptr += 4;
1799 value = strtol(valptr, &endstr, 10);
1800 if (endstr == valptr || *endstr != '\0') {

Completed in 30 milliseconds