Searched refs:str_id (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h221 // resource. If an unknown str_id is requested (i.e. other than wxID_XXX
226 static int GetXRCID(const wxChar *str_id, int value_if_not_found = wxID_NONE);
317 #define XRCID(str_id) \
318 wxXmlResource::GetXRCID(wxT(str_id))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drmdec.c355 unsigned int size, n_pkts, str_id, next_off, n, pos, pts; local
366 str_id = avio_rb16(pb);
369 if (s->streams[n]->id == str_id) {
376 str_id, avio_tell(pb));
382 str_id, avio_size(pb), avio_tell(pb),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp1562 static int XRCID_Lookup(const wxChar *str_id, int value_if_not_found = wxID_NONE) argument
1566 for (const wxChar *c = str_id; *c != wxT('\0'); c++) index += (unsigned int)*c;
1572 if (wxStrcmp(rec->key, str_id) == 0)
1582 (*rec_var)->key = wxStrdup(str_id);
1590 int asint = wxStrtol(str_id, &end, 10);
1591 if (*str_id && *end == 0)
1593 // if str_id was integer, keep it verbosely:
1608 int wxXmlResource::GetXRCID(const wxChar *str_id, int value_if_not_found) argument
1618 return XRCID_Lookup(str_id, value_if_not_found);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drmdec.c407 unsigned int size, n_pkts, str_id, next_off, n, pos, pts; local
418 str_id = avio_rb16(pb);
421 if (s->streams[n]->id == str_id) {
428 str_id, avio_tell(pb));
434 str_id, avio_size(pb), avio_tell(pb),

Completed in 72 milliseconds