Searched refs:EventURL (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/client_table/
H A Dclient_table.c59 int len1 = strlen( in->EventURL ) + 1;
63 out->EventURL = ( char * )malloc( len1 );
64 if( ( out->EventURL == NULL ) || ( out->ActualSID == NULL ) )
67 memcpy( out->EventURL, in->EventURL, len1 );
87 free( sub->ActualSID ); if( sub->EventURL )
88 free( sub->EventURL ); if( sub->RenewEventId != -1 ) //do not remove timer event of copy
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dclient_table.h56 char * EventURL;
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/gena/
H A Dgena_ctrlpt.c161 strncpy( RenewEventStruct->PublisherUrl, sub->EventURL,
418 return_code = gena_unsubscribe( sub_copy.EventURL,
478 return_code = gena_unsubscribe( sub_copy.EventURL, sub_copy.ActualSID,
514 * This function subscribes to a PublisherURL ( also mentioned as EventURL
535 char *EventURL = NULL; local
572 EventURL = ( char * )malloc( strlen( PublisherURL ) + 1 );
573 if( EventURL == NULL ) {
578 strcpy( EventURL, PublisherURL );
587 newSubscription->EventURL = EventURL;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvctrlpt/
H A Dupnp_tv_ctrlpt.h86 char EventURL[NAME_SIZE]; member in struct:tv_service
H A Dupnp_tv_ctrlpt.c105 ( "Unsubscribed from Tv %s EventURL with SID=%s",
110 ( "Error unsubscribing to Tv %s EventURL -- %d",
632 SampleUtil_Print( "%s+- EventURL = %s", spacer,
634 EventURL );
737 SampleUtil_Print( "Subscribing to EventURL %s...",
747 ( "Subscribed to EventURL with SID=%s",
751 ( "Error Subscribing to EventURL -- %d", ret );
779 strcpy( deviceNode->device.TvService[service].EventURL,
1001 ( tmpdevnode->device.TvService[service].EventURL,
1218 SampleUtil_Print( "Subscribed to EventURL wit
[all...]

Completed in 96 milliseconds