Searched refs:at_tok_nexthexint (Results 1 – 3 of 3) sorted by relevance
23 int at_tok_nexthexint(char **p_cur, int *p_out);
145 int at_tok_nexthexint(char **p_cur, int *p_out) in at_tok_nexthexint() function
1816 err = at_tok_nexthexint(&line, &resp[1]);1818 err = at_tok_nexthexint(&line, &resp[2]);1826 err = at_tok_nexthexint(&line, &resp[1]);1828 err = at_tok_nexthexint(&line, &resp[2]);1839 err = at_tok_nexthexint(&line, &resp[1]);1841 err = at_tok_nexthexint(&line, &resp[2]);5696 err = at_tok_nexthexint(&p, &pt);