Searched refs:valptr (Results 1 – 2 of 2) sorted by relevance
806 if ((*valptr) == NULL) { in schema_restriction_var_int()807 (*valptr) = emalloc(sizeof(sdlRestrictionInt)); in schema_restriction_var_int()809 memset((*valptr), 0, sizeof(sdlRestrictionInt)); in schema_restriction_var_int()812 (*valptr)->fixed = FALSE; in schema_restriction_var_int()816 (*valptr)->fixed = TRUE; in schema_restriction_var_int()824 (*valptr)->value = atoi((char*)value->children->content); in schema_restriction_var_int()833 if ((*valptr) == NULL) { in schema_restriction_var_char()834 (*valptr) = emalloc(sizeof(sdlRestrictionChar)); in schema_restriction_var_char()836 memset((*valptr), 0, sizeof(sdlRestrictionChar)); in schema_restriction_var_char()839 (*valptr)->fixed = FALSE; in schema_restriction_var_char()[all …]
92 unsigned long find_rightmost_bit(unsigned long *valptr);
Completed in 19 milliseconds