Searched refs:dbghdr (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Ddebug.h44 BOOL dbghdr( int level, const char *file, const char *func, int line );
49 #pragma mips_frequency_hint NEVER dbghdr
139 * See debug.c:dbghdr() for more info.
149 * See debug.c:dbghdr() for more info.
170 && dbghdr( level, __FILE__, FUNCTION_MACRO, (__LINE__) ) )
178 && dbghdr( level, __FILE__, FUNCTION_MACRO, (__LINE__) ) )
186 && (dbghdr( level, __FILE__, FUNCTION_MACRO, (__LINE__) )) \
194 && (dbghdr( level, __FILE__, FUNCTION_MACRO, (__LINE__) )) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Ddebug.h44 BOOL dbghdr( int level, const char *file, const char *func, int line );
49 #pragma mips_frequency_hint NEVER dbghdr
139 * See debug.c:dbghdr() for more info.
149 * See debug.c:dbghdr() for more info.
170 && dbghdr( level, __FILE__, FUNCTION_MACRO, (__LINE__) ) )
178 && dbghdr( level, __FILE__, FUNCTION_MACRO, (__LINE__) ) )
186 && (dbghdr( level, __FILE__, FUNCTION_MACRO, (__LINE__) )) \
194 && (dbghdr( level, __FILE__, FUNCTION_MACRO, (__LINE__) )) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Ddebug.h44 BOOL dbghdr( int level, const char *file, const char *func, int line );
49 #pragma mips_frequency_hint NEVER dbghdr
139 * See debug.c:dbghdr() for more info.
149 * See debug.c:dbghdr() for more info.
170 && dbghdr( level, __FILE__, FUNCTION_MACRO, (__LINE__) ) )
178 && dbghdr( level, __FILE__, FUNCTION_MACRO, (__LINE__) ) )
186 && (dbghdr( level, __FILE__, FUNCTION_MACRO, (__LINE__) )) \
194 && (dbghdr( level, __FILE__, FUNCTION_MACRO, (__LINE__) )) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Ddebug.h55 dbghdr(level, __location__, __FUNCTION__); \
88 _PUBLIC_ void dbghdr(int level, const char *location, const char *func);
H A Ddebug.c99 _PUBLIC_ void dbghdr(int level, const char *location, const char *func) function
109 dbghdr(level, location, func);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Ddebug.h55 dbghdr(level, __location__, __FUNCTION__); \
88 _PUBLIC_ void dbghdr(int level, const char *location, const char *func);
H A Ddebug.c99 _PUBLIC_ void dbghdr(int level, const char *location, const char *func) function
109 dbghdr(level, location, func);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Ddebug.h55 dbghdr(level, __location__, __FUNCTION__); \
88 _PUBLIC_ void dbghdr(int level, const char *location, const char *func);
H A Ddebug.c99 _PUBLIC_ void dbghdr(int level, const char *location, const char *func) function
109 dbghdr(level, location, func);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Ddebug.h44 bool dbghdr( int level, const char *location, const char *func);
50 #pragma mips_frequency_hint NEVER dbghdr
140 * See debug.c:dbghdr() for more info.
150 * See debug.c:dbghdr() for more info.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Ddebug.h44 bool dbghdr( int level, const char *location, const char *func);
50 #pragma mips_frequency_hint NEVER dbghdr
140 * See debug.c:dbghdr() for more info.
150 * See debug.c:dbghdr() for more info.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Ddebug.h44 bool dbghdr( int level, const char *location, const char *func);
50 #pragma mips_frequency_hint NEVER dbghdr
140 * See debug.c:dbghdr() for more info.
150 * See debug.c:dbghdr() for more info.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Ddebug.c99 * dbghdr() and read by Debug1().
324 * This is called by dbghdr() and format_debug_text().
535 * line - line number of the call to dbghdr, assuming __LINE__
538 * Output: Always True. This makes it easy to fudge a call to dbghdr()
540 * Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
547 BOOL dbghdr( int level, const char *file, const char *func, int line ) function
612 * Output: Always True. See dbghdr() for more info, though this is not
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Ddebug.c99 * dbghdr() and read by Debug1().
324 * This is called by dbghdr() and format_debug_text().
535 * line - line number of the call to dbghdr, assuming __LINE__
538 * Output: Always True. This makes it easy to fudge a call to dbghdr()
540 * Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
547 BOOL dbghdr( int level, const char *file, const char *func, int line ) function
612 * Output: Always True. See dbghdr() for more info, though this is not
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Ddebug.c99 * dbghdr() and read by Debug1().
324 * This is called by dbghdr() and format_debug_text().
535 * line - line number of the call to dbghdr, assuming __LINE__
538 * Output: Always True. This makes it easy to fudge a call to dbghdr()
540 * Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
547 BOOL dbghdr( int level, const char *file, const char *func, int line ) function
612 * Output: Always True. See dbghdr() for more info, though this is not
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/include/
H A Dsmb.h116 * (i.e., no '\n'). See debug.c:dbghdr() for more info.
129 && dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) ) )
133 && (dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) )) \
142 && dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) ) )
148 && dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) ) ) \
158 && (dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) )) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/include/
H A Dsmb.h116 * (i.e., no '\n'). See debug.c:dbghdr() for more info.
129 && dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) ) )
133 && (dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) )) \
142 && dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) ) )
148 && dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) ) ) \
158 && (dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) )) \
H A Dproto.h60 BOOL dbghdr( int level, const char *file, const char *func, int line );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/include/
H A Dsmb.h116 * (i.e., no '\n'). See debug.c:dbghdr() for more info.
129 && dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) ) )
133 && (dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) )) \
142 && dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) ) )
148 && dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) ) ) \
158 && (dbghdr( level, FILE_MACRO, FUNCTION_MACRO, (__LINE__) )) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Ddebug.c120 * dbghdr() and read by Debug1().
747 This is called by dbghdr() and format_debug_text().
924 line - line number of the call to dbghdr, assuming __LINE__
927 Output: Always True. This makes it easy to fudge a call to dbghdr()
929 Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
935 BOOL dbghdr( int level, const char *file, const char *func, int line ) function
1006 Output: Always True. See dbghdr() for more info, though this is not
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Ddebug.c119 * dbghdr() and read by Debug1().
796 This is called by dbghdr() and format_debug_text().
988 line - line number of the call to dbghdr, assuming __LINE__
991 Output: Always True. This makes it easy to fudge a call to dbghdr()
993 Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
1072 bool dbghdr(int level, const char *location, const char *func) function
1086 Output: Always True. See dbghdr() for more info, though this is not
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Ddebug.c120 * dbghdr() and read by Debug1().
747 This is called by dbghdr() and format_debug_text().
924 line - line number of the call to dbghdr, assuming __LINE__
927 Output: Always True. This makes it easy to fudge a call to dbghdr()
929 Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
935 BOOL dbghdr( int level, const char *file, const char *func, int line ) function
1006 Output: Always True. See dbghdr() for more info, though this is not
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Ddebug.c119 * dbghdr() and read by Debug1().
796 This is called by dbghdr() and format_debug_text().
988 line - line number of the call to dbghdr, assuming __LINE__
991 Output: Always True. This makes it easy to fudge a call to dbghdr()
993 Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
1072 bool dbghdr(int level, const char *location, const char *func) function
1086 Output: Always True. See dbghdr() for more info, though this is not
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Ddebug.c119 * dbghdr() and read by Debug1().
796 This is called by dbghdr() and format_debug_text().
988 line - line number of the call to dbghdr, assuming __LINE__
991 Output: Always True. This makes it easy to fudge a call to dbghdr()
993 Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
1072 bool dbghdr(int level, const char *location, const char *func) function
1086 Output: Always True. See dbghdr() for more info, though this is not
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Ddebug.c120 * dbghdr() and read by Debug1().
747 This is called by dbghdr() and format_debug_text().
924 line - line number of the call to dbghdr, assuming __LINE__
927 Output: Always True. This makes it easy to fudge a call to dbghdr()
929 Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
935 BOOL dbghdr( int level, const char *file, const char *func, int line ) function
1006 Output: Always True. See dbghdr() for more info, though this is not

Completed in 242 milliseconds

12