Displaying 1 result from an estimated 1 matches for "__ast_threadstorage_object_replace".
2007 Jul 29
0
Asterisk 1.4.X support for Solaris 10?
...)))))
return AST_DYNSTR_BUILD_FAILED;
if (append)
(*buf)->str[offset] = '\0';
if (ts) {
pthread_setspecific(ts->key, *buf);
#if defined(DEBUG_THREADLOCALS)
__ast_threadstorage_object_replace(old_buf,
*buf, (*buf)->len + sizeof(*(*buf)));
#endif /* defined(DEBUG_THREADLOCALS) */
}
/* va_end() and va_start() must be done before calling
* vsnprintf() again. */
return AST_DYNSTR_BUILD_RETRY;
}
return res...