Home
last modified time | relevance | path

Searched refs:valptr (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/soap/
H A Dphp_schema.c809 if ((*valptr) == NULL) { in schema_restriction_var_int()
810 (*valptr) = emalloc(sizeof(sdlRestrictionInt)); in schema_restriction_var_int()
812 memset((*valptr), 0, sizeof(sdlRestrictionInt)); in schema_restriction_var_int()
815 (*valptr)->fixed = FALSE; in schema_restriction_var_int()
819 (*valptr)->fixed = TRUE; in schema_restriction_var_int()
827 (*valptr)->value = atoi((char*)value->children->content); in schema_restriction_var_int()
836 if ((*valptr) == NULL) { in schema_restriction_var_char()
837 (*valptr) = emalloc(sizeof(sdlRestrictionChar)); in schema_restriction_var_char()
839 memset((*valptr), 0, sizeof(sdlRestrictionChar)); in schema_restriction_var_char()
842 (*valptr)->fixed = FALSE; in schema_restriction_var_char()
[all …]
/PHP-7.2/ext/imap/
H A Dphp_imap.c94 unsigned long find_rightmost_bit(unsigned long *valptr);

Completed in 24 milliseconds