Lines Matching defs:po
36 const struct lws_ext_options *opts, *po;200 po = opts;201 while (po->name) {203 if (po->type != EXTARG_NONE ||204 strncmp(args, po->name,205 strlen(po->name))) {206 po++;210 oa.option_index = (int)(po - opts);213 lwsl_info("setting '%s'\n", po->name);223 "; %s", po->name);225 po->name);227 po++;