Lines Matching refs:SLPError
101 SLPError slp_start_call(slp_handle_impl_t *hp) { in slp_start_call()
131 SLPError slp_map_err(unsigned short proto_err) { in slp_map_err()
267 SLPError slp_add_header(const char *pcLangTag, char *pcSendBuf, in slp_add_header()
385 SLPError slp_add_byte(char *pcBuf, size_t iBufSz, int iVal, in slp_add_byte()
394 SLPError slp_add_sht(char *pcBuf, size_t iBufSz, unsigned short iVal, in slp_add_sht()
404 SLPError slp_add_int32(char *pcBuf, size_t iBufSz, unsigned int iVal, in slp_add_int32()
417 SLPError slp_add_string(char *pcBuf, size_t iBufSz, const char *pcStr, in slp_add_string()
420 SLPError err = 0; in slp_add_string()
437 SLPError slp_get_byte(const char *pcBuf, size_t maxlen, in slp_get_byte()
452 SLPError slp_get_sht(const char *pcBuf, size_t maxlen, in slp_get_sht()
472 SLPError slp_get_int32(const char *pcBuf, size_t maxlen, in slp_get_int32()
491 SLPError slp_get_string(const char *pcBuf, size_t iMaxLen, in slp_get_string()
493 SLPError err; in slp_get_string()