Searched refs:fnd (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_table.c137 ENGINE_PILE tmplate, *fnd; local
148 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
149 if (!fnd) {
150 fnd = OPENSSL_malloc(sizeof(ENGINE_PILE));
151 if (!fnd)
153 fnd->uptodate = 1;
154 fnd->nid = *nids;
155 fnd->sk = sk_ENGINE_new_null();
156 if (!fnd->sk) {
157 OPENSSL_free(fnd);
248 ENGINE_PILE tmplate, *fnd = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_table.c137 ENGINE_PILE tmplate, *fnd; local
148 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
149 if (!fnd) {
150 fnd = OPENSSL_malloc(sizeof(ENGINE_PILE));
151 if (!fnd)
153 fnd->uptodate = 1;
154 fnd->nid = *nids;
155 fnd->sk = sk_ENGINE_new_null();
156 if (!fnd->sk) {
157 OPENSSL_free(fnd);
248 ENGINE_PILE tmplate, *fnd = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_table.c121 ENGINE_PILE tmplate, *fnd; local
133 fnd = lh_retrieve(&(*table)->piles, &tmplate);
134 if(!fnd)
136 fnd = OPENSSL_malloc(sizeof(ENGINE_PILE));
137 if(!fnd) goto end;
138 fnd->uptodate = 0;
139 fnd->nid = *nids;
140 fnd->sk = sk_ENGINE_new_null();
141 if(!fnd->sk)
143 OPENSSL_free(fnd);
229 ENGINE_PILE tmplate, *fnd=NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_strnid.c217 ASN1_STRING_TABLE fnd; local
218 fnd.nid = nid;
219 ttmp = OBJ_bsearch_table(&fnd, tbl_standard,
226 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_strnid.c199 ASN1_STRING_TABLE fnd; local
200 fnd.nid = nid;
201 ttmp = (ASN1_STRING_TABLE *) OBJ_bsearch((char *)&fnd,
207 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_strnid.c217 ASN1_STRING_TABLE fnd; local
218 fnd.nid = nid;
219 ttmp = OBJ_bsearch_table(&fnd, tbl_standard,
226 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp107 wxString fnd(filename);
114 if (wxFileName::FileExists(fnd))
118 wxFileName fn(fnd);
122 fnd = fn.GetFullPath();
125 fnd = wxFileSystem::FileNameToURL(fnd);
129 return fnd;
137 const wxString fnd = filename.Lower(); local
139 return fnd.Matches(wxT("*.zip")) || fnd
146 wxString fnd; local
195 wxString fnd = ConvertFileNameToURL(filename); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilesys.cpp145 bool fnd = false; local
147 for (i = l-1; (i >= 0) && ((location[i] != wxT('#')) || (!fnd)); i--) {
148 if ((location[i] == wxT(':')) && (i != 1 /*win: C:\path*/)) fnd = true;
150 if (!fnd) return wxT("file");
159 bool fnd = false; local
162 if ((location[i] == wxT(':')) && (i != 1 /*win: C:\path*/)) fnd = true;
163 else if (fnd && (location[i] == wxT('#'))) return location.Left(i);
H A Dwxchar.cpp2015 while ( const wxChar *fnd = wxStrchr(haystack, *needle) )
2017 if ( !wxStrncmp(fnd, needle, len) )
2018 return fnd;
2020 haystack = fnd + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_io.c545 int fnd, len; local
642 fnd = kdb_search_string(kdb_buffer, kdb_grep_string);
643 if (!fnd) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Ddnode.c54 for (i = hpfs_inode->i_rddir_off; *i; i++) if (*i == pos) goto fnd;
56 fnd:
566 if (de->down) if (de_down_pointer(de) == dno) goto fnd;
569 fnd:

Completed in 153 milliseconds