Searched defs:ih (Results 1 - 2 of 2) sorted by relevance
| /inkscape/src/libuemf/ |
| H A D | uemf.c | 1400 \param ih handle 1405 uint32_t *ih, 1411 if(*ih < 1)return(4); // invalid handle 1412 if(!eht->table[*ih])return(5); // requested table position was not in use 1413 eht->table[*ih]=0; // remove handle from table 1418 eht->stack[eht->sptr]=*ih; // place handle on stack 1419 *ih=0; // invalidate handle variable, so a second delete will of it is not possible 1427 \param ih handle 1431 uint32_t *ih, 1440 if(!ih)retur 1404 emf_htable_delete( uint32_t *ih, EMFHANDLES *eht ) argument 1430 emf_htable_insert( uint32_t *ih, EMFHANDLES *eht ) argument [all...] |
| H A D | uwmf.c | 1765 \param ih handle 1770 uint32_t *ih, 1775 if(*ih < 1)return(4); // invalid handle 1776 if(!wht->table[*ih])return(5); // requested table position was not in use 1777 wht->table[*ih]=0; // remove handle from table 1781 if(*ih < wht->lolimit)wht->lolimit = *ih; // adjust lolimit 1782 *ih=0; // invalidate handle variable, so a second delete will of it is not possible 1790 \param ih handle 1794 uint32_t *ih, 1769 wmf_htable_delete( uint32_t *ih, WMFHANDLES *wht ) argument 1793 wmf_htable_insert( uint32_t *ih, WMFHANDLES *wht ) argument [all...] |
Completed in 28 milliseconds