Searched refs:lrc (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_locks.c123 struct lh_req_cookie *lrc = ne_malloc(sizeof *lrc); local
124 lrc->store = session;
125 lrc->submit = NULL;
126 ne_set_request_private(req, HOOK_ID, lrc);
131 struct lh_req_cookie *lrc = ne_get_request_private(r, HOOK_ID); local
133 if (lrc->submit != NULL) {
138 for (item = lrc->submit; item != NULL; item = item->next) {
176 struct lh_req_cookie *lrc = ne_get_request_private(req, HOOK_ID); local
177 free_list(lrc
215 submit_lock(struct lh_req_cookie *lrc, struct ne_lock *lock) argument
244 struct lh_req_cookie *lrc = ne_get_request_private(req, HOOK_ID); local
282 struct lh_req_cookie *lrc = ne_get_request_private(req, HOOK_ID); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_locks.c123 struct lh_req_cookie *lrc = ne_malloc(sizeof *lrc); local
124 lrc->store = session;
125 lrc->submit = NULL;
126 ne_set_request_private(req, HOOK_ID, lrc);
131 struct lh_req_cookie *lrc = ne_get_request_private(r, HOOK_ID); local
133 if (lrc->submit != NULL) {
138 for (item = lrc->submit; item != NULL; item = item->next) {
176 struct lh_req_cookie *lrc = ne_get_request_private(req, HOOK_ID); local
177 free_list(lrc
215 submit_lock(struct lh_req_cookie *lrc, struct ne_lock *lock) argument
244 struct lh_req_cookie *lrc = ne_get_request_private(req, HOOK_ID); local
282 struct lh_req_cookie *lrc = ne_get_request_private(req, HOOK_ID); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_locks.c123 struct lh_req_cookie *lrc = ne_malloc(sizeof *lrc); local
124 lrc->store = session;
125 lrc->submit = NULL;
126 ne_set_request_private(req, HOOK_ID, lrc);
131 struct lh_req_cookie *lrc = ne_get_request_private(r, HOOK_ID); local
133 if (lrc->submit != NULL) {
138 for (item = lrc->submit; item != NULL; item = item->next) {
176 struct lh_req_cookie *lrc = ne_get_request_private(req, HOOK_ID); local
177 free_list(lrc
215 submit_lock(struct lh_req_cookie *lrc, struct ne_lock *lock) argument
244 struct lh_req_cookie *lrc = ne_get_request_private(req, HOOK_ID); local
282 struct lh_req_cookie *lrc = ne_get_request_private(req, HOOK_ID); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dwatchdog.c2984 int lrsi = 0, lrc = 0; local
2998 lrc = nvram_get_int(strcat_r(prefix, "lrc", tmp));
2999 if (!lrc) lrc = 2;
3058 _dprintf("rssi chk.1. wlif (%s), chk ea=%s, rssi=%d(%d), lowr_cnt=%d, lrc=%d\n", name, ea, scb_val.val, lrsi, wllc[unit].lowc, lrc);
3061 _dprintf("rssi chk.2. low rssi: ea=%s, lowc=%d(%d)\n", ea, wllc[unit].lowc, lrc);
3062 if (++wllc[unit].lowc > lrc) {
3101 _dprintf("rssi chk.1. wlif (%s), chk ea=%s, rssi=%d(%d), lowr_cnt=%d, lrc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dwatchdog.c2984 int lrsi = 0, lrc = 0; local
2998 lrc = nvram_get_int(strcat_r(prefix, "lrc", tmp));
2999 if (!lrc) lrc = 2;
3058 _dprintf("rssi chk.1. wlif (%s), chk ea=%s, rssi=%d(%d), lowr_cnt=%d, lrc=%d\n", name, ea, scb_val.val, lrsi, wllc[unit].lowc, lrc);
3061 _dprintf("rssi chk.2. low rssi: ea=%s, lowc=%d(%d)\n", ea, wllc[unit].lowc, lrc);
3062 if (++wllc[unit].lowc > lrc) {
3101 _dprintf("rssi chk.1. wlif (%s), chk ea=%s, rssi=%d(%d), lowr_cnt=%d, lrc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dwatchdog.c2984 int lrsi = 0, lrc = 0; local
2998 lrc = nvram_get_int(strcat_r(prefix, "lrc", tmp));
2999 if (!lrc) lrc = 2;
3058 _dprintf("rssi chk.1. wlif (%s), chk ea=%s, rssi=%d(%d), lowr_cnt=%d, lrc=%d\n", name, ea, scb_val.val, lrsi, wllc[unit].lowc, lrc);
3061 _dprintf("rssi chk.2. low rssi: ea=%s, lowc=%d(%d)\n", ea, wllc[unit].lowc, lrc);
3062 if (++wllc[unit].lowc > lrc) {
3101 _dprintf("rssi chk.1. wlif (%s), chk ea=%s, rssi=%d(%d), lowr_cnt=%d, lrc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcretest.c2360 unsigned long int lrc; local
2483 (void)PCRE_CONFIG(PCRE_CONFIG_MATCH_LIMIT, &lrc);
2484 printf(" Default match limit = %ld\n", lrc);
2485 (void)PCRE_CONFIG(PCRE_CONFIG_MATCH_LIMIT_RECURSION, &lrc);
2486 printf(" Default recursion depth limit = %ld\n", lrc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcretest.c2360 unsigned long int lrc; local
2483 (void)PCRE_CONFIG(PCRE_CONFIG_MATCH_LIMIT, &lrc);
2484 printf(" Default match limit = %ld\n", lrc);
2485 (void)PCRE_CONFIG(PCRE_CONFIG_MATCH_LIMIT_RECURSION, &lrc);
2486 printf(" Default recursion depth limit = %ld\n", lrc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcretest.c2360 unsigned long int lrc; local
2483 (void)PCRE_CONFIG(PCRE_CONFIG_MATCH_LIMIT, &lrc);
2484 printf(" Default match limit = %ld\n", lrc);
2485 (void)PCRE_CONFIG(PCRE_CONFIG_MATCH_LIMIT_RECURSION, &lrc);
2486 printf(" Default recursion depth limit = %ld\n", lrc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A DFlashPoint.c7558 unsigned char lrc; local
7559 lrc = 0;
7561 lrc ^= buffer[i];
7562 return lrc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A DFlashPoint.c7558 unsigned char lrc; local
7559 lrc = 0;
7561 lrc ^= buffer[i];
7562 return lrc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c24365 int lrc = flock(pFile->h, LOCK_EX | LOCK_NB); local
24366 if( !lrc ){
24368 lrc = flock(pFile->h, LOCK_UN);
24369 if ( lrc ) {
24372 lrc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_UNLOCK);
24373 if( IS_LOCK_ERROR(lrc) ){
24375 rc = lrc;
24382 lrc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK);
24383 if( IS_LOCK_ERROR(lrc) ){
24385 rc = lrc;
24815 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c24365 int lrc = flock(pFile->h, LOCK_EX | LOCK_NB); local
24366 if( !lrc ){
24368 lrc = flock(pFile->h, LOCK_UN);
24369 if ( lrc ) {
24372 lrc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_UNLOCK);
24373 if( IS_LOCK_ERROR(lrc) ){
24375 rc = lrc;
24382 lrc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK);
24383 if( IS_LOCK_ERROR(lrc) ){
24385 rc = lrc;
24815 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c24365 int lrc = flock(pFile->h, LOCK_EX | LOCK_NB); local
24366 if( !lrc ){
24368 lrc = flock(pFile->h, LOCK_UN);
24369 if ( lrc ) {
24372 lrc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_UNLOCK);
24373 if( IS_LOCK_ERROR(lrc) ){
24375 rc = lrc;
24382 lrc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK);
24383 if( IS_LOCK_ERROR(lrc) ){
24385 rc = lrc;
24815 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); local
[all...]

Completed in 1007 milliseconds