• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/url/

Lines Matching defs:content

457        ;; 204 No content
458 ;; 205 Reset content
459 ;; 206 Partial content
646 ;; generating response entities which have content
683 ;; content-length.
830 (defun url-http-content-length-after-change-function (st nd length)
837 url-http-content-length
838 url-http-content-type
840 (if url-http-content-type
844 url-http-content-length)
845 url-http-content-type
847 (url-pretty-length url-http-content-length)
849 url-http-content-length))
853 url-http-content-length)
855 (url-pretty-length url-http-content-length)
857 url-http-content-length)))
859 (if (> (- nd url-http-end-of-headers) url-http-content-length)
874 url-http-content-type
888 (if url-http-content-type
891 url-http-content-type url-http-chunked-counter)
961 url-http-content-type
962 url-http-content-length
975 (content-length nil))
1004 url-http-content-type (mail-fetch-field "content-type"))
1005 (if (mail-fetch-field "content-length")
1006 (setq url-http-content-length
1007 (string-to-number (mail-fetch-field "content-length"))))
1038 ;; content-length, and try to retrieve it from the cache, we'd
1061 ((integerp url-http-content-length)
1063 "Got a content-length, being smart about document end.")
1065 'url-http-content-length-after-change-function)
1067 ((= 0 url-http-content-length)
1071 "Got 0-length content-length, activating callback immediately.")
1076 (url-http-debug "Calling initial content-length for extra data at end of headers")
1077 (url-http-content-length-after-change-function
1084 (url-http-debug "No content-length, being dumb.")
1101 url-http-content-type
1102 url-http-content-length
1130 url-http-content-type
1131 url-http-content-length
1265 (url-http-symbol-value-in-buffer 'url-http-content-length