Lines Matching full:hash
293 png_dsortpp hash;
310 hash = (png_dsortpp)png_malloc(png_ptr, (png_uint_32)(769 *
313 hash[i] = NULL;
314 /* png_memset(hash, 0, 769 * png_sizeof (png_dsortp)); */
347 t->next = hash[d];
350 hash[d] = t;
360 if (hash[i] != NULL)
364 for (p = hash[i]; p; p = p->next)
422 if (hash[i] != NULL)
424 png_dsortp p = hash[i];
432 hash[i] = 0;
436 png_free(png_ptr, hash);