HomeSort by relevance Sort by last modified time
    Searched refs:get_token (Results 1 - 2 of 2) sorted by null

  /external/libpng/contrib/pngminus/
pnm2png.c 53 void get_token(FILE *pnm_file, char *token);
214 get_token(pnm_file, type_token);
229 get_token(pnm_file, width_token);
231 get_token(pnm_file, height_token);
233 get_token(pnm_file, maxval_token);
250 get_token(pnm_file, width_token);
252 get_token(pnm_file, height_token);
254 get_token(pnm_file, maxval_token);
281 get_token(alpha_file, type_token);
289 get_token(alpha_file, width_token)
446 void get_token(FILE *pnm_file, char *token) function
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 529 $token = $this->get_token($request, $consumer, "request");
546 $token = $this->get_token($request, $consumer, "access");
616 private function get_token($request, $consumer, $token_type="access") { function

Completed in 353 milliseconds