Lines Matching refs:pbuf

523 	nss_pheader_t   *pbuf = (nss_pheader_t *)*bufpp;
531 pbuf = (nss_pheader_t *)*bufpp;
532 return (pbuf->p_status);
604 nss_pheader_t *pbuf = (nss_pheader_t *)buffer;
611 *dbop = pbuf->nss_dbop;
612 off = pbuf->dbd_off;
615 arg->key.name = (char *)buffer + pbuf->key_off;
823 nss_pheader_t *pbuf;
842 pbuf = (nss_pheader_t *)*bufpp;
846 pbuf->p_status = ret;
850 if (dn == NULL || (nssuint_t)(strlen(dn) + 1) != pbuf->key_len) {
852 pbuf->p_status = NSS_ERROR;
876 pbuf->p_status = NSS_ERROR;
888 pbuf->p_errno = errno;
926 bptr = (char *)*bufpp + pbuf->data_off;
931 pres->dbuf_size = pbuf->data_len;
939 &pbuf, user)) == NSS_SUCCESS) {
941 pbuf->data_len = pres->next_byte_offset;
955 &pbuf, user)) == NSS_SUCCESS) {
981 &pres, &pbuf, param[0])) == NSS_SUCCESS) {
1025 &pbuf, dn)) == NSS_SUCCESS) {
1034 pbuf->data_len = pres->next_byte_offset;
1051 pbuf->p_status = ret;
1068 nss_pheader_t *pbuf;
1101 pbuf = (nss_pheader_t *)buffer;
1102 pbuf->pbufsiz = buflen;
1106 pbuf->nss_dbop = dbop;
1112 pbuf->dbd_off = off;
1118 pbuf->dbd_len = sizeof (nss_dbd_t) + cache_name_len;
1125 pbuf->key_off = off;
1131 pbuf->key_len = keylen;
1134 pbuf->data_off = off;
1135 pbuf->data_len = buflen - off;
1156 nss_pheader_t *pbuf;
1193 pbuf = (nss_pheader_t *)buffer;
1194 sptr = buffer + pbuf->data_off;
1197 * result string. pbuf->data_len indicates the sum of these
1201 if (pbuf->data_len > strlen(sptr)) {
1236 pbuf = (nss_pheader_t *)buffer;
1237 sptr = buffer + pbuf->data_off;
1240 * result string. pbuf->data_len indicates the sum of these
1244 if (pbuf->data_len > strlen(sptr)) {
1290 nss_pheader_t *pbuf;
1343 pbuf = (nss_pheader_t *)buffer;
1344 pp = buffer + pbuf->data_off;
1827 nss_pheader_t *pbuf = (nss_pheader_t *)buffer;
1833 bptr = (char *)buffer + pbuf->data_off;
1841 gres->dbuf_size = pbuf->data_len;
1871 nss_pheader_t *pbuf = (nss_pheader_t *)*bufpp;
1874 bufsize = pbuf->pbufsiz + _PSEARCH_BUF_BLK;
1883 res_off = (char *)gres - (char *)pbuf;
1886 pbuf = (nss_pheader_t *)tmp;
1888 pbuf->pbufsiz = bufsize;
2006 nss_pheader_t *pbuf = (nss_pheader_t *)*bufpp;
2061 pbuf = (nss_pheader_t *)*bufpp;
2073 &pbuf, is_nested_group(curEntry));
2081 pbuf->data_len = gres->next_byte_offset;
2089 pbuf->p_status = ret;
2115 nss_pheader_t *pbuf;
2120 pbuf = (nss_pheader_t *)*bufpp;
2122 pbuf->p_status = NSS_ERROR;
2140 pbuf = (nss_pheader_t *)buffer;
2141 sptr = buffer + pbuf->data_off;
2143 if (pbuf->data_len != slen) {
2192 pbuf->p_errno = errno;
2218 pbuf = (nss_pheader_t *)*bufpp;
2245 memberof_tc.pbufpp = &pbuf;
2264 pbuf->data_len = gres->next_byte_offset;
2275 pbuf = (nss_pheader_t *)*bufpp;
2368 &pbuf, is_nested_group(curEntry));
2376 pbuf->data_len = gres->next_byte_offset;
2388 pbuf->p_status = ret;
2401 nss_pheader_t *pbuf;
2408 pbuf = (nss_pheader_t *)*bufpp;
2412 pbuf->p_status = ret;
2426 pbuf->p_status = NSS_NOTFOUND;
2441 nss_pheader_t *pbuf;
2488 pbuf = (nss_pheader_t *)buffer;
2489 gp = buffer + pbuf->data_off;