Searched refs:Put_buf_len (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/include/
H A Dgetqueue.h234 void Put_buf_len( const char *s, int cnt, char **buf, int *max, int *len );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/src/include/
H A Dgetqueue.h234 void Put_buf_len( const char *s, int cnt, char **buf, int *max, int *len );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/src/include/
H A Dgetqueue.h234 void Put_buf_len( const char *s, int cnt, char **buf, int *max, int *len );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/common/
H A Dgetqueue.c2411 void Put_buf_len( const char *s, int cnt, char **buf, int *max, int *len ) function
2413 DEBUG4("Put_buf_len: starting- buf 0x%lx, max %d, len %d, adding %d",
2419 DEBUG4("Put_buf_len: update- buf 0x%lx, max %d, len %d",
2423 LOGERR_DIE(LOG_INFO)"Put_buf_len: realloc %d failed", *len );
2433 if( s && *s ) Put_buf_len( s, safestrlen(s), buf, max, len );
H A Dprintjob.c1082 Put_buf_len(buffer, n, &Outbuf, &Outmax, &Outlen );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/src/common/
H A Dgetqueue.c2411 void Put_buf_len( const char *s, int cnt, char **buf, int *max, int *len ) function
2413 DEBUG4("Put_buf_len: starting- buf 0x%lx, max %d, len %d, adding %d",
2419 DEBUG4("Put_buf_len: update- buf 0x%lx, max %d, len %d",
2423 LOGERR_DIE(LOG_INFO)"Put_buf_len: realloc %d failed", *len );
2433 if( s && *s ) Put_buf_len( s, safestrlen(s), buf, max, len );
H A Dprintjob.c1082 Put_buf_len(buffer, n, &Outbuf, &Outmax, &Outlen );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/src/common/
H A Dgetqueue.c2411 void Put_buf_len( const char *s, int cnt, char **buf, int *max, int *len ) function
2413 DEBUG4("Put_buf_len: starting- buf 0x%lx, max %d, len %d, adding %d",
2419 DEBUG4("Put_buf_len: update- buf 0x%lx, max %d, len %d",
2423 LOGERR_DIE(LOG_INFO)"Put_buf_len: realloc %d failed", *len );
2433 if( s && *s ) Put_buf_len( s, safestrlen(s), buf, max, len );
H A Dprintjob.c1082 Put_buf_len(buffer, n, &Outbuf, &Outmax, &Outlen );

Completed in 192 milliseconds