Searched refs:mechlist_buf (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libsasl/lib/ |
H A D | client.c | 1159 ret = _buf_alloc(&conn->mechlist_buf, 1164 strcpy (conn->mechlist_buf,prefix); 1166 *(conn->mechlist_buf) = '\0'; 1209 strcat(conn->mechlist_buf, mysep); 1215 strcat(conn->mechlist_buf, m->plug->mech_name); 1219 strcat(conn->mechlist_buf,suffix); 1222 *plen=strlen(conn->mechlist_buf); 1224 *result = conn->mechlist_buf;
|
H A D | server.c | 2094 ret = _buf_alloc(&conn->mechlist_buf, 2099 strcpy (conn->mechlist_buf,prefix); 2101 *(conn->mechlist_buf) = '\0'; 2115 strcat(conn->mechlist_buf, mysep); 2121 strcat(conn->mechlist_buf, listptr->plug->mech_name); 2128 strcat(conn->mechlist_buf,suffix); 2131 *plen=strlen(conn->mechlist_buf); 2133 *result = conn->mechlist_buf;
|
H A D | saslint.h | 205 char *mechlist_buf; member
|
H A D | common.c | 709 if(conn->mechlist_buf) in _sasl_conn_dispose() 710 sasl_FREE(conn->mechlist_buf); in _sasl_conn_dispose()
|