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

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dlinelist.h190 int Find_first_casekey( struct line_list *l, const char *key, const char *sep, int *m );
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlinelist.c773 * int Find_first_casekey( struct line_list *l, char *key, char *sep, int *mid )
857 int Find_first_casekey( struct line_list *l, const char *key, const char *sep, int *m ) function
862 DEBUG5("Find_first_casekey: count %d, key '%s', sep '%s'",
884 DEBUG5("Find_first_casekey: cmp %d, top %d, mid %d, bot %d",
888 DEBUG5("Find_first_casekey: cmp %d, mid %d, key '%s', count %d",
1024 if( l ) cmp = Find_first_casekey( l, key, sep, &mid );
1122 } else if( !Find_first_casekey(l, key, Value_sep, &mid ) ){

Completed in 39 milliseconds