last_period        83 opal/mca/event/libevent2022/libevent/sample/http-server.c 	const char *last_period, *extension;
last_period        85 opal/mca/event/libevent2022/libevent/sample/http-server.c 	last_period = strrchr(path, '.');
last_period        86 opal/mca/event/libevent2022/libevent/sample/http-server.c 	if (!last_period || strchr(last_period, '/'))
last_period        88 opal/mca/event/libevent2022/libevent/sample/http-server.c 	extension = last_period + 1;