Searched refs:word_len (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/pspell/ |
| H A D | pspell.c | 504 int type, word_len; local 509 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { 529 int word_len; local 535 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { 586 int type, word_len; local 591 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { 598 if (word_len == 0) { 616 int type, word_len; local 621 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { 628 if (word_len [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | metaphone.c | 28 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional); 167 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional) argument 188 max_buffer_len = word_len; 189 *phoned_word = safe_emalloc(sizeof(char), word_len, 1);
|
Completed in 4 milliseconds