Lines Matching defs:now
60 the client should send to the server if used now. The secure
383 curl_off_t now = (curl_off_t)time(NULL);
394 if(now < cookies->next_expiration &&
405 if(co->expires && co->expires < now) {
497 time_t now = time(NULL);
746 else if(CURL_OFF_T_MAX - now < co->expires)
750 co->expires += now;
814 * queryp is where the interesting part of the path ends, so now we
1012 * Now we have parsed the incoming line, we must now check if this supersedes
1274 c->running = TRUE; /* now, we're running */
1379 * should send to the server if used now. The secure boolean informs the cookie
1411 /* now check if the domain is correct */
1422 * now check the left part of the path with the cookies path
1428 * and now, we know this is a match and we should create an
1474 /* now sort the cookie pointers in path length order */