Searched refs:sdlRestrictionChar (Results 1 – 3 of 3) sorted by relevance
55 typedef struct _sdlRestrictionChar sdlRestrictionChar, *sdlRestrictionCharPtr; typedef
835 (*valptr) = emalloc(sizeof(sdlRestrictionChar)); in schema_restriction_var_char()837 memset((*valptr), 0, sizeof(sdlRestrictionChar)); in schema_restriction_var_char()
1271 sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar)); in sdl_deserialize_resriction_char()2402 prest = malloc(sizeof(sdlRestrictionChar)); in make_persistent_restriction_char()2403 memset(prest, 0, sizeof(sdlRestrictionChar)); in make_persistent_restriction_char()
Completed in 23 milliseconds