Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_schema.c808 if ((*valptr) == NULL) { in schema_restriction_var_int()
809 (*valptr) = emalloc(sizeof(sdlRestrictionInt)); in schema_restriction_var_int()
811 memset((*valptr), 0, sizeof(sdlRestrictionInt)); in schema_restriction_var_int()
814 (*valptr)->fixed = FALSE; in schema_restriction_var_int()
818 (*valptr)->fixed = TRUE; in schema_restriction_var_int()
826 (*valptr)->value = atoi((char*)value->children->content); in schema_restriction_var_int()
835 if ((*valptr) == NULL) { in schema_restriction_var_char()
836 (*valptr) = emalloc(sizeof(sdlRestrictionChar)); in schema_restriction_var_char()
838 memset((*valptr), 0, sizeof(sdlRestrictionChar)); in schema_restriction_var_char()
841 (*valptr)->fixed = FALSE; in schema_restriction_var_char()
[all …]
/PHP-7.4/ext/imap/
H A Dphp_imap.c93 unsigned long find_rightmost_bit(unsigned long *valptr);

Completed in 23 milliseconds