Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_schema.c806 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 …]
/PHP-8.0/ext/imap/
H A Dphp_imap.c92 unsigned long find_rightmost_bit(unsigned long *valptr);

Completed in 44 milliseconds