Lines Matching refs:puri
223 * URI_HASH_UNLINK(cur, new, hp, puri, uri) - unlink the uri_desc_t
225 * list member of *puri for the uri_hash_ab[] cur. After unlinking
291 #define URI_HASH_UNLINK(cur, new, hp, puri, uri) { \
292 if ((puri) != NULL) { \
293 (puri)->hash = (uri)->hash; \
526 uri_desc_t *puri;
535 puri = NULL;
541 puri = uri;
548 URI_HASH_UNLINK(cur, new, hp, puri, uri);
745 uri_desc_t *puri;
756 puri = NULL;
834 if (puri != NULL) {
835 puri->hash = uri->hash;
905 puri = uri;
948 uri_desc_t *puri;
962 puri = NULL;
969 puri = uri;
983 URI_HASH_UNLINK(cur, new, hp, puri, uri);