Lines Matching defs:methodcode
383 enum RTSPMethod *methodcode)
402 *methodcode = ANNOUNCE;
404 *methodcode = OPTIONS;
406 *methodcode = RECORD;
408 *methodcode = SETUP;
410 *methodcode = PAUSE;
412 *methodcode = TEARDOWN;
414 *methodcode = UNKNOWN;
417 if ((*methodcode != ANNOUNCE) && (*methodcode != OPTIONS)) {
423 if ((*methodcode != OPTIONS) && (*methodcode != RECORD)
424 && (*methodcode != SETUP)) {
430 if ((*methodcode != PAUSE) && (*methodcode != OPTIONS)
431 && (*methodcode != TEARDOWN)) {
465 if (strcmp(path, ctl_path) && *methodcode != SETUP)
468 if (*methodcode == ANNOUNCE) {
492 enum RTSPMethod methodcode;
499 sizeof(method), &methodcode);
509 if (methodcode == PAUSE) {
513 } else if (methodcode == OPTIONS) {
517 } else if (methodcode == TEARDOWN) {
662 enum RTSPMethod methodcode;
701 sizeof(method), &methodcode);
707 if (methodcode == ANNOUNCE) {
710 } else if (methodcode == OPTIONS) {
712 } else if (methodcode == RECORD) {
716 } else if (methodcode == SETUP)