Home | History | Annotate | Download | only in libpng

Lines Matching full:hash

322          png_dsortpp hash;
339 hash = (png_dsortpp)png_calloc(png_ptr, (png_uint_32)(769 *
373 t->next = hash[d];
376 hash[d] = t;
386 if (hash[i] != NULL)
390 for (p = hash[i]; p; p = p->next)
450 if (hash[i] != NULL)
452 png_dsortp p = hash[i];
460 hash[i] = 0;
464 png_free(png_ptr, hash);