Searched refs:url_length (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/smb-759.0/lib/smbclient/
H A Dnetfs.c246 size_t url_length; local
277 url_length = sizeof(SMB_PREFIX) + strlen(sharepointname); /* sizeof(SMB_PREFIX) will include the null byte */
278 url = malloc(url_length);
283 strlcpy(url, SMB_PREFIX, url_length);
284 strlcat(url, sharepointname, url_length);
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dproxy_util.c1515 int url_length; local
1531 url_length = strlen(url);
1532 url_copy = apr_pstrmemdup(p, url, url_length);
1564 if ( ((worker_name_length = strlen(worker->s->name)) <= url_length)
1576 if ( ((worker_name_length = strlen(worker->s->name)) <= url_length)

Completed in 109 milliseconds