valptr 94 ext/imap/php_imap.c unsigned long find_rightmost_bit(unsigned long *valptr); valptr 43 ext/soap/php_schema.c static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntPtr *valptr); valptr 45 ext/soap/php_schema.c static int schema_restriction_var_char(xmlNodePtr val, sdlRestrictionCharPtr *valptr); valptr 805 ext/soap/php_schema.c static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntPtr *valptr) valptr 809 ext/soap/php_schema.c if ((*valptr) == NULL) { valptr 810 ext/soap/php_schema.c (*valptr) = emalloc(sizeof(sdlRestrictionInt)); valptr 812 ext/soap/php_schema.c memset((*valptr), 0, sizeof(sdlRestrictionInt)); valptr 815 ext/soap/php_schema.c (*valptr)->fixed = FALSE; valptr 819 ext/soap/php_schema.c (*valptr)->fixed = TRUE; valptr 827 ext/soap/php_schema.c (*valptr)->value = atoi((char*)value->children->content); valptr 832 ext/soap/php_schema.c static int schema_restriction_var_char(xmlNodePtr val, sdlRestrictionCharPtr *valptr) valptr 836 ext/soap/php_schema.c if ((*valptr) == NULL) { valptr 837 ext/soap/php_schema.c (*valptr) = emalloc(sizeof(sdlRestrictionChar)); valptr 839 ext/soap/php_schema.c memset((*valptr), 0, sizeof(sdlRestrictionChar)); valptr 842 ext/soap/php_schema.c (*valptr)->fixed = FALSE; valptr 846 ext/soap/php_schema.c (*valptr)->fixed = TRUE; valptr 855 ext/soap/php_schema.c (*valptr)->value = estrdup((char*)value->children->content);