Searched refs:pMsg (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | memcache.c | 183 static int memcache_add_to_ld(LDAP *ld, int msgid, LDAPMessage *pMsg); 201 static int memcache_add_res_to_list(ldapmemcacheRes *pRes, LDAPMessage *pMsg, 690 LDAPMessage *pMsg = NULL; in ldap_memcache_result() local 709 if ((nRes = memcache_search(ld, key, &pMsg)) == LDAP_SUCCESS) { in ldap_memcache_result() 710 nRes = memcache_add_to_ld(ld, msgid, pMsg); in ldap_memcache_result() 1108 memcache_add_to_ld(LDAP *ld, int msgid, LDAPMessage *pMsg) 1114 nRes = memcache_dup_message(pMsg, msgid, 1, &pCopy, NULL); 1343 memcache_add_res_to_list(ldapmemcacheRes *pRes, LDAPMessage *pMsg, 1347 pRes->ldmemcr_resTail->lm_chain = pMsg; 1349 pRes->ldmemcr_resHead = pMsg; [all …]
|
/illumos-gate/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_main.c | 1276 uint8_t *pMsg; in amd8111s_send() local 1291 pMsg = (uint8_t *)txBuf->vir_addr; in amd8111s_send() 1294 bcopy(tmp->b_rptr, pMsg, frag_len); in amd8111s_send() 1296 pMsg += frag_len; in amd8111s_send()
|