Searched defs:pMsg (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| H A D | memcache.c | 184 static int memcache_add_to_ld(LDAP *ld, int msgid, LDAPMessage *pMsg); 202 static int memcache_add_res_to_list(ldapmemcacheRes *pRes, LDAPMessage *pMsg, 691 LDAPMessage *pMsg = NULL; local 710 if ((nRes = memcache_search(ld, key, &pMsg)) == LDAP_SUCCESS) { 711 nRes = memcache_add_to_ld(ld, msgid, pMsg); 1109 memcache_add_to_ld(LDAP *ld, int msgid, LDAPMessage *pMsg) 1115 nRes = memcache_dup_message(pMsg, msgid, 1, &pCopy, NULL); 1344 memcache_add_res_to_list(ldapmemcacheRes *pRes, LDAPMessage *pMsg, 1348 pRes->ldmemcr_resTail->lm_chain = pMsg; 1350 pRes->ldmemcr_resHead = pMsg; [all...] |
| /illumos-gate/usr/src/uts/intel/io/amd8111s/ |
| H A D | amd8111s_main.c | 1277 uint8_t *pMsg; local 1292 pMsg = (uint8_t *)txBuf->vir_addr; 1295 bcopy(tmp->b_rptr, pMsg, frag_len); 1297 pMsg += frag_len;
|
Completed in 639 milliseconds