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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstr_mem.c295 int cres = 0; local
330 && !(cres =
337 if (cres)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_mem.c272 int cres = 0; local
310 && !(cres = STORE_ATTR_INFO_in_ex(key.attr_info,
316 if (cres)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstr_mem.c295 int cres = 0; local
330 && !(cres =
337 if (cres)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp1566 #define ICONV_FAILED(cres, bufLeft) ((cres == (size_t)-1) && \
1569 #define ICONV_FAILED(cres, bufLeft) (cres == (size_t)-1)
1824 size_t res, cres; local
1832 cres = iconv(m2w,
1860 cres = iconv(m2w,
1866 while ((cres == (size_t)-1) && (errno == E2BIG));
1869 if (ICONV_FAILED(cres, inbuf))
1889 size_t res, cres; local
[all...]

Completed in 121 milliseconds