Searched refs:newpollfds (Results 1 – 1 of 1) sorted by relevance
1261 struct pollfd *newpollfds; local1264 newpollfds = (struct pollfd *)NSLDAPI_MALLOC(1268 newpollfds = (struct pollfd *)NSLDAPI_REALLOC(1273 if ( newpollfds == NULL ) { /* XXXmcs: no way to return err! */1276 pip->ossi_pollfds = newpollfds;1379 LDAP_X_PollFD *newpollfds; local1382 newpollfds = (LDAP_X_PollFD *)NSLDAPI_MALLOC(1386 newpollfds = (LDAP_X_PollFD *)NSLDAPI_REALLOC(1391 if ( newpollfds == NULL ) { /* XXXmcs: no way to return err! */1394 pip->cbsi_pollfds = newpollfds;