Home
last modified time | relevance | path

Searched refs:res_read (Results 1 – 25 of 62) sorted by relevance

123

/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dvmysql.c64 static MYSQL_RES *res_read = NULL; variable
66 #define res_read res_update macro
549 mysql_free_result(res_read); in vauth_getpw()
742 res_read = NULL; in vauth_getall()
947 mysql_free_result(res_read); in vupdate_rules()
1034 mysql_free_result(res_read); in vget_ip_map()
1090 if (res_read!=NULL) mysql_free_result(res_read); in vshow_ip_map()
1091 res_read = NULL; in vshow_ip_map()
1115 mysql_free_result(res_read); in vshow_ip_map()
1116 res_read = NULL; in vshow_ip_map()
[all …]
H A Dvoracle.pc625 res_read = NULL;
884 while((row = mysql_fetch_row(res_read))) {
888 mysql_free_result(res_read);
938 if (res_read!=NULL) mysql_free_result(res_read);
939 res_read = NULL;
955 if ((row = mysql_fetch_row(res_read)) != NULL) {
962 mysql_free_result(res_read);
963 res_read = NULL;
1417 if (mysql_num_rows(res_read) == 0) {
1422 if ((row = mysql_fetch_row(res_read)) != NULL) {
[all …]
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/patchex/
H A Dpatchex.cpp187 static int res_read(struct mspack_file *file, void *buffer, int bytes) { in res_read() function
216 &res_open, &res_close, &res_read, &res_write, &res_seek,
234 count = res_read(original_executable, buffer, (remBytes < BUFFER_SIZE) ? remBytes : BUFFER_SIZE); in extract_cabinet()
/dports/www/crawl/crawl-0.4/
H A Ddns.c66 int res_read; member
245 child->res_read = res[0]; in dns_set_child()
251 event_set(&child->ev_read, child->res_read, EV_READ, dns_read, child); in dns_set_child()
632 close(children[i].res_read); in dns_child()
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Duresdata.h330 res_read(ResourceData *pResData,
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Duresdata.h404 res_read(ResourceData *pResData,
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Duresdata.h404 res_read(ResourceData *pResData,
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Duresdata.h404 res_read(ResourceData *pResData,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Duresdata.h402 res_read(ResourceData *pResData,
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Duresdata.h406 res_read(ResourceData *pResData,
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Duresdata.h406 res_read(ResourceData *pResData,
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Duresdata.h406 res_read(ResourceData *pResData,
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Duresdata.h406 res_read(ResourceData *pResData,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Duresdata.h406 res_read(ResourceData *pResData,
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Duresdata.h406 res_read(ResourceData *pResData,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Duresdata.h406 res_read(ResourceData *pResData,
/dports/devel/icu/icu/source/common/
H A Duresdata.h408 res_read(ResourceData *pResData,
/dports/devel/icu-lx/icu/source/common/
H A Duresdata.h408 res_read(ResourceData *pResData,
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Duresdata.h408 res_read(ResourceData *pResData,
/dports/devel/icu/icu/source/tools/toolutil/
H A Dpkgitems.cpp376 res_read(&resData, pInfo, inBytes, length, pErrorCode); in ures_enumDependencies()
/dports/devel/icu-lx/icu/source/tools/toolutil/
H A Dpkgitems.cpp376 res_read(&resData, pInfo, inBytes, length, pErrorCode); in ures_enumDependencies()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/tools/toolutil/
H A Dpkgitems.cpp376 res_read(&resData, pInfo, inBytes, length, pErrorCode); in ures_enumDependencies()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/tools/toolutil/
H A Dpkgitems.cpp376 res_read(&resData, pInfo, inBytes, length, pErrorCode); in ures_enumDependencies()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp376 res_read(&resData, pInfo, inBytes, length, pErrorCode); in ures_enumDependencies()
/dports/www/firefox/firefox-99.0/intl/icu/source/tools/toolutil/
H A Dpkgitems.cpp376 res_read(&resData, pInfo, inBytes, length, pErrorCode); in ures_enumDependencies()

123