Lines Matching refs:col
268 nsc_match(const char *wc, size_t wc_len, const char *col, size_t col_len,
274 return lws_strcmp_wildcard(wc, wc_len, col, col_len);
286 if (!strcmp(col, wc))
291 if (n && col_len <= n && !strncmp(wc, col, n))
295 !strncmp(wc, col, n + 1)) /* check for trailing / */
365 char col[64];
373 while (bn < size && n < (int)sizeof(col) - 1 &&
375 col[n++] = buf[bn++];
376 col[n] = '\0';
382 expiry = (lws_usec_t)((unsigned long long)atoll(col) *
399 memcpy(tag + tl, col, (size_t)n);