LCOV - code coverage report
Current view: top level - media/webrtc/signaling/src/sdp/sipcc - sdp_services_unix.c (source / functions) Hit Total Coverage
Test: output.info Lines: 0 3 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 1 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* This Source Code Form is subject to the terms of the Mozilla Public
       2             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       3             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
       4             : 
       5             : #include "sdp_os_defs.h"
       6             : #include "sdp.h"
       7             : #include "sdp_private.h"
       8             : 
       9             : #include "CSFLog.h"
      10             : 
      11             : /******************************************************************/
      12             : /*  Required Platform Routines                                    */
      13             : /*                                                                */
      14             : /*     These routines are called from the common SDP code.        */
      15             : /*     They must be provided for each platform.                   */
      16             : /*                                                                */
      17             : /******************************************************************/
      18             : 
      19             : /*
      20             :  * sdp_dump_buffer
      21             :  *
      22             :  * Utility to send _size_bytes of data from the string
      23             :  * pointed to by _ptr to the buginf function. This may make
      24             :  * multiple buginf calls if the buffer is too large for buginf.
      25             :  */
      26           0 : void sdp_dump_buffer (char * _ptr, int _size_bytes)
      27             : {
      28           0 :     CSFLogDebug("sdp", "%s", _ptr);
      29           0 : }
      30             : 
      31             : /******************************************************************/
      32             : /*                                                                */
      33             : /*  Platform Specific Routines                                    */
      34             : /*                                                                */
      35             : /*    These routines are only used in this particular platform.   */
      36             : /*    They are called from the required platform specific         */
      37             : /*    routines provided below, not from the common SDP code.      */
      38             : /*                                                                */
      39             : /******************************************************************/
      40             : 
      41             : /* There are currently no platform specific routines required. */

Generated by: LCOV version 1.13