Searched defs:yuck_this_is_gross_code (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c129 u_int32_t yuck_this_is_gross_code; local
135 yuck_this_is_gross_code = key->size;
136 if (yuck_this_is_gross_code != key->size)
139 &yuck_this_is_gross_code, sizeof(u_int32_t));
144 u_int32_t yuck_this_is_gross_code = data->size; local
150 if (yuck_this_is_gross_code != data->size)
153 &yuck_this_is_gross_code, sizeof(u_int32_t));

Completed in 45 milliseconds