| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| hash.c | 281 void *keycopy = obstack_copy (&htab->mem_pool, key, keylen); local 282 insert_entry_2 (htab, keycopy, keylen, hval, idx, data); 286 return keycopy; 311 void *keycopy = obstack_copy (&htab->mem_pool, key, keylen); local 312 insert_entry_2 (htab, keycopy, keylen, hval, idx, data);
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| hash.c | 281 void *keycopy = obstack_copy (&htab->mem_pool, key, keylen); local 282 insert_entry_2 (htab, keycopy, keylen, hval, idx, data); 286 return keycopy; 311 void *keycopy = obstack_copy (&htab->mem_pool, key, keylen); local 312 insert_entry_2 (htab, keycopy, keylen, hval, idx, data);
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| hash.c | 281 void *keycopy = obstack_copy (&htab->mem_pool, key, keylen); local 282 insert_entry_2 (htab, keycopy, keylen, hval, idx, data); 286 return keycopy; 311 void *keycopy = obstack_copy (&htab->mem_pool, key, keylen); local 312 insert_entry_2 (htab, keycopy, keylen, hval, idx, data);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ec_backend.c | 642 if (ret->group->meth->keycopy 643 && ret->group->meth->keycopy(ret, src) == 0)
|
| ec_key.c | 153 if (src->group->meth->keycopy 154 && src->group->meth->keycopy(dest, src) == 0)
|
| ec_local.h | 173 int (*keycopy)(EC_KEY *dst, const EC_KEY *src); member in struct:ec_method_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ec_backend.c | 644 if (ret->group->meth->keycopy 645 && ret->group->meth->keycopy(ret, src) == 0)
|
| ec_key.c | 152 if (src->group->meth->keycopy 153 && src->group->meth->keycopy(dest, src) == 0)
|
| ec_local.h | 173 int (*keycopy)(EC_KEY *dst, const EC_KEY *src); member in struct:ec_method_st
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| ec_key.c | 120 if (src->group->meth->keycopy 121 && src->group->meth->keycopy(dest, src) == 0)
|
| ec_local.h | 177 int (*keycopy)(EC_KEY *dst, const EC_KEY *src); member in struct:ec_method_st
|
| /src/sys/dev/ic/ |
| rtw.c | 535 struct ieee80211_key keycopy; local 539 keycopy = *k; 540 keycopy.wk_flags &= ~IEEE80211_KEY_SWCRYPT; 542 return (*ieee80211_cipher_wep.ic_decap)(&keycopy, m, hdrlen);
|