Lines Matching defs:pport
40 char **pport, int *pport_num,
56 init_pstring(pport);
151 || !copy_substring(pport, port, port_end)
177 free_pstring(pport);
185 char **pport, int *pport_num,
191 init_pstring(pport);
219 if (pport != NULL) {
220 *pport = OPENSSL_strdup(port);
221 if (*pport == NULL)
225 if (pport != NULL)
226 *pport = port;